Closed amin-nas closed 1 year ago
When I place a TextInput inside a custom widget, I cannot access it's value from the parent View.
View: Column: styles: { gap: 16, padding: 24 } children: - CustomForm - Button: label: Submit onTap: | //@code valueText.text = todoItem.value; - Text: id: valueText CustomForm: Form: children: - TextInput: id: todoItem label: ToDo item
this is not supposed to work, closing
When I place a TextInput inside a custom widget, I cannot access it's value from the parent View.