Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Roadmap / Wishlist #29

Closed
danielfarrell opened this issue Aug 29, 2012 · 6 comments
Closed

Roadmap / Wishlist #29

danielfarrell opened this issue Aug 29, 2012 · 6 comments
Assignees
Labels
question Issue which pertains to how the plugin can be used

Comments

@danielfarrell
Copy link
Owner

Ok, I just tagged 1.0. Roadmap is as follows:

  1. Switch to using a hidden field for holding the data after initialization
  2. Bring back the forceMatch option, or some variant of it(combined with 1 allowing traditional combobox functionality)
  3. Update to latest bootstrap and refactor to take advantage of improvements in typeahead

Anything on your wishlist? Let me know if you have other things you'd like. I'll be starting a 1.1-wip branch here shortly to bring in these features.

@ghost ghost assigned danielfarrell Aug 29, 2012
@ssharunas
Copy link

documentation would be nice thing to have :)
also support for ajax matcher would be good, ie async maxher or something similar.

@MattOates
Copy link

Support for the 'multiple' attribute on the original select would be good. So as you select the combobox moves below to allow a new selection, leaving the previous as a combobox in the [X] state. The whole thing could be implemented in the form with a hidden field with name="name[]" appended.

@danielfarrell
Copy link
Owner Author

We won't be supporting multi-select here. Chosen(http://harvesthq.github.com/chosen/) does that better than we could.

@rdh9616
Copy link

rdh9616 commented Oct 31, 2012

How about optiongroup support?

@danielfarrell
Copy link
Owner Author

For those interesting, 1.1-wip is underway. It's there as a branch, is updated to 2.3 and uses a hidden field for it's form value and hides the select(ie, will work properly with mobile). Still a few more things to implement but that branch is there for people to look at.

@danielfarrell
Copy link
Owner Author

I just released 1.1.0. It does not include the forceMatch option(feature 2 from above), but it incorporates the rest of the requests and works well with the latest bootstrap.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Issue which pertains to how the plugin can be used
Projects
None yet
Development

No branches or pull requests

4 participants