Rename on_change to on_input for TextInput
This commit is contained in:
parent
f10e936f00
commit
e6a93e960c
12 changed files with 205 additions and 212 deletions
|
|
@ -142,7 +142,7 @@ mod numeric_input {
|
|||
.as_deref()
|
||||
.unwrap_or(""),
|
||||
)
|
||||
.on_change(Event::InputChanged)
|
||||
.on_input(Event::InputChanged)
|
||||
.padding(10),
|
||||
button("+", Event::IncrementPressed),
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue