- Replaced `on_input` function with `Rc<dyn Fn(String)>` to enable cloning and safe usage in closures. - Introduced `is_editing` signal to manage toggling between display and input modes. - Added a persistent default key reference to avoid unnecessary updates. - Improved focus and blur handling for better state management. - Wrapped input and display logic in a dynamic `cell_view` function for cleaner separation. |
||
---|---|---|
.. | ||
editable_cell.rs | ||
item_form.rs | ||
items_list.rs | ||
mod.rs | ||
tag_editor.rs | ||
wikidata_lookup.rs |