We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5e199a commit e8a6fb0Copy full SHA for e8a6fb0
haxe/ui/core/ItemRenderer.hx
@@ -190,7 +190,7 @@ class ItemRenderer extends Box {
190
Reflect.setProperty(_data, event.target.id, v);
191
}
192
case _:
193
- if (Reflect.hasField(_data, event.target.id)) {
+ if (_fieldList.contains(event.target.id) || Reflect.hasField(_data, event.target.id)) {
194
195
196
0 commit comments