-
released this
2024-12-30 21:39:31 +00:00 | 137 commits to main since this release- Replaced
on_input
function withRc<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.
Downloads
-
Source code (ZIP)
1 download
-
Source code (TAR.GZ)
1 download
- Replaced