Dynamically disabling form field doesn't work?
Hi I'm look to dynamically disable a form field based on if the field is filled. Using the following snippet I expect the form field to be disabled after, but it doesn't do anything:
Am I doing something wrong?
Edit
The snippet does work on a "normal"
Am I doing something wrong?
Edit
The snippet does work on a "normal"
TextInput but not on a MarkdownEditor. However, the same disabled() property should work.