You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the Editable component isn't truly controllable - that is, even if you pass it a value, that value only affects the preview, not the underlying input. This breaks functionality where you'd need a true controlled component, like preventing certain characters from being entered or formatting the user's input on paste.
I'm not sure what the fix is, but it would be nice if the component could support being controlled!
This discussion was converted from issue #2703 on September 12, 2025 10:07.
Heading
Bold
Italic
Quote
Code
Link
Numbered list
Unordered list
Task list
Attach files
Mention
Reference
Menu
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Currently, the Editable component isn't truly controllable - that is, even if you pass it a
value
, that value only affects the preview, not the underlying input. This breaks functionality where you'd need a true controlled component, like preventing certain characters from being entered or formatting the user's input on paste.I'm not sure what the fix is, but it would be nice if the component could support being controlled!
Beta Was this translation helpful? Give feedback.
All reactions