mirror of
https://github.com/Insality/druid
synced 2025-09-27 10:02:19 +02:00
Add on_change_value to input property widget
This commit is contained in:
@@ -18,6 +18,7 @@
|
||||
- [druid](#druid)
|
||||
- [selected](#selected)
|
||||
- [rich_input](#rich_input)
|
||||
- [on_change_value](#on_change_value)
|
||||
|
||||
|
||||
|
||||
@@ -88,3 +89,5 @@ property_input:on_change(callback, [callback_context])
|
||||
<a name="rich_input"></a>
|
||||
- **rich_input** (_druid.rich_input_): The component that handles a rich text input field, it's a wrapper around the druid.input component
|
||||
|
||||
<a name="on_change_value"></a>
|
||||
- **on_change_value** (_event.event_): fun(text) Event triggered when the value of the input changes.
|
||||
|
Reference in New Issue
Block a user