mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
disable apply button on auth match previous or active selection (or contain parent relation), reorganize getters
This commit is contained in:
parent
10edad5cb2
commit
44d34c46bb
3 changed files with 16 additions and 17 deletions
|
|
@ -93,7 +93,7 @@ impl Widget {
|
|||
this.set_response_enabled(response, false);
|
||||
|
||||
// Result
|
||||
callback(form.list.value())
|
||||
callback(form.list.selected_item().value_enum())
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue