gwtbootstrap3 / gwtbootstrap3-extras

Extra (third party) wrappers for GwtBootstrap3
Apache License 2.0
43 stars 89 forks source link

Give Typeahead a default empty dataset #255

Closed kainaer closed 8 years ago

kainaer commented 8 years ago

Currently Typeahead's dataset is null by default constructor, which will cause exceptions when it's declared in XML. Fixed by adding a default empty dataset. Tested in local and passed.