emposha / FCBKcomplete

Jquery facebook like(fancy) multi-select
http://www.emposha.com
383 stars 115 forks source link

"Groupings-Filter" and Auto-Open Feature #80

Closed lmor closed 12 years ago

lmor commented 12 years ago

groupings filter - filters out items if selected in control within the same group, parent selector passed as property to fcbkcomplete

autopen select instead of showing, "Start to Type"

added index_lm to test these features

emposha commented 12 years ago

Hi @lmor, can you provide brief explanation about each one of those options?

lmor commented 12 years ago

groupings filter - filters out items if selected in control within the same group, parent selector passed as property to fcbkcomplete

This is a validation check that is applied on a group of related selects to prevent the user from choosing the same item more than once. E.g. if you want the user to pick 3 different mechanics to be assigned to a car.

autopen select instead of showing, "Start to Type"

Show the facebook-auto div, populated with items when a user clicks in the autocomplete instead of showing it with the words "start to type". This is useful when you want the autocomplete to also work like an normal select where the user can just click and select from the list instead of having to search first.