Rename input.selected to input.is_selected (according to the docs)

This commit is contained in:
Insality
2020-11-03 19:49:00 +03:00
parent 5d9951e03f
commit f7b8593465
2 changed files with 14 additions and 7 deletions

View File

@@ -131,3 +131,10 @@ Also check _component.template.lua_ what you can use for your own custom compone
- Add `component.template.lua` as template for Druid custom component
- Update the example app
### Druid 0.6.0:
Desc
- Input component: rename field _selected_ to _is_selected_ (according to the docs)
- Add EmmyLua annotations. See how to use it FAQ