From 430cf3e6dfabfdbdd20acd5c02cefbc6349e48b3 Mon Sep 17 00:00:00 2001 From: ryan Date: Fri, 10 Jan 2025 20:56:25 +0300 Subject: [PATCH] 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 `