elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

Input Select Option #53

Open 4michaelcoleman opened 12 years ago

4michaelcoleman commented 12 years ago

Would it be possible to create a select menu with IdealForms that would allow for an input field. I am trying to do something like Pinterest's pinning select menu. Where there is an option to create a new board from the board select menu.

Go to Pinterest, hover over an item and select PinIt. Scroll to the bottom of the select menu to see what I mean.

Thanks

elclanrs commented 12 years ago

I'm not on Pinterest so I'm not sure what you mean. Can you be a bit more specific? Maybe show a screenshot? In any case, the select menu can be replaced with any other plugin by using the option disableCustom: 'select' and then loading you own replacement. The only thing is that if you need the responsive layout you'd have to style it to play nice with it but it shouldn't be too complicated.

4michaelcoleman commented 12 years ago

Think of a basic select menu where the last

Here is an example of what I am trying to create. This is from Stackoverflow and uses the jQuery UI Selectmenu Plugin. I would like to stay within your framework as much as possible, I really like it, its brilliant!

HenleyChiu commented 11 years ago

@4michaelcoleman Can you tell me the Stackoverflow URL that uses that plugin? I'd like to see that solution and see if I can customize it for this framework.. Thanx!