I'm using jQuery. If fact I have already completed a replacement component
which does exactly what's needed.
I have a kind of specific case which cannot be covered by a mixin. But I
would like to point out that there are several issues with Typeahead &
Bootstrap CSS compatibility. You might want t
Are you using the jQuery or Prototype infrastructure in your 5.4 projects?
If Prototype, I'd just copy the 5.3.x Autocomplete and use it.
On Thu, 29 May 2014 13:59:33 -0300, Ilya Obshadko
wrote:
Just started to migrate my autocomplete-based controls to 5.4.
Several issues I've discovered
Just started to migrate my autocomplete-based controls to 5.4.
Several issues I've discovered immediately:
- list presentation it is no longer configurable, like it was in 5.3.x
version
- the mixin itself heavily modifies markup (in fact it breaks form styling
completely)
I guess the best option