Compware/assets
ryan 430cf3e6df feat(editable cells): add support for multiple input types in EditableCell component
- Introduced `InputType` enum to support both `Text` and `TextArea` input types.
- Updated `EditableCell` component to accept `input_type` as a parameter.
- Added logic to handle input events for both `Text` and `TextArea` fields.
- Implemented `textarea_ref` to support `<textarea>` elements.
- Used match expressions to dynamically render either `<input>` or `<textarea>` based on the `input_type` provided.
2025-01-10 20:56:25 +03:00
..
favicon.ico feat: update leptos to newest version 2024-12-06 14:45:14 +03:00
style.css feat(editable cells): add support for multiple input types in EditableCell component 2025-01-10 20:56:25 +03:00