ruby on rails - Is it possible to have a select box with an input field option? -


i want have select box besides given options allows set value manually. not hundred percent sure if possible think have seen before. on w3school page select couldn't find relevant.

as working rails, checked apidock page select_tag form helper, there couldn't find anything.

while it's common functionality, looking not part of standard html (5 or not) controls.

to achieve desired effect have use javascript framework.

the news there lot of frameworks and/or plugins doing this. bad news have spend time playing couple until find 1 you're happy with.

the 2 used js frameworks, jquery , bootstrap, have dozens of plugins this, search them.


Comments

Popular posts from this blog

Hatching array of circles in AutoCAD using c# -

ios - UITEXTFIELD InputView Uipicker not working in swift -

Python Pig Latin Translator -