rikulo / bootjack

Twitter Bootstrap ported in Dart.
https://quire.io
Apache License 2.0
88 stars 15 forks source link

Typeahead source should support functions #5

Closed brycehendrix closed 11 years ago

brycehendrix commented 11 years ago

According to the bootstrap documentation the source option can be a list or function, but the bootjack version appears to only support lists.

http://getbootstrap.com/2.3.2/javascript.html#typeahead

brycehendrix commented 11 years ago

I just noticed typeahead.dart was removed a month ago, are there plans for adding it back?

simonpai commented 11 years ago

Hi brycehendrix,

We removed Typeahead component because it was removed in Bootstrap 3.0. As Bootjack now follows Bootstrap 3, we don't plan to add it back. :)

In Bootstrap upgrade note they pointed us to Twitter Typeahead, as a separate JS project. Currently we have no plan to translate that project into Dart. Maybe you can create a project for that and upload to Dart pub, if you are willing to contribute?