sweh / ajja

JavaScript library for simple creation of forms and display of collections
MIT License
2 stars 0 forks source link

Make presence of an empty option of select widgets configurable #11

Open sweh opened 10 years ago

sweh commented 10 years ago

Originally reported by: Thomas Lotze (Bitbucket: tlotze, GitHub: tlotze)


Select and multi-select widgets may have an empty option which is currently simply a part of the widget template. Since this creates the need for these templates to be replaced completely in order to turn off the empty option, the latter should be made optional.