dojo / examples

:rocket: Dojo - example applications.

Home Page:http://dojo.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Widgets showcase not controlling form field values

smhigley opened this issue · comments

TextInput, EnhancedTextInput, Textarea, and Select are used in the showcase without reactively controlled values. This results in the inability to change options in Select and getting an undefined value on blur in TextInput.

From dojo/widgets#545

This has been resolved.