disable apply button on auth match previous or active selection (or contain parent relation), reorganize getters

This commit is contained in:
yggverse 2024-12-05 11:13:03 +02:00
parent 10edad5cb2
commit 44d34c46bb
3 changed files with 16 additions and 17 deletions

View file

@ -93,7 +93,7 @@ impl Widget {
this.set_response_enabled(response, false);
// Result
callback(form.list.value())
callback(form.list.selected_item().value_enum())
}
});
}