Example of Select
Example of Select
Is there an Editor example on the site that includes the default Select control used inline? I dug around but didn't find one.
Basically, what I want to do is check its behavior. I'm not sure if I broke something. When a user clicks on mine, it does not stay open unless they continue to hold down the mouse button. Also, I'm using the Bootstrap styling.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
I noticed behaviour like this when using IE and the native browser select control, the quickest solution for me was to switch to one of the plugins such as Chosen, Select2 or Selectize.
Yes, this example shows a
select
field in the final column.Allan
@allan thanks. The select in the example, as you already know, works perfectly. Guess I'll try to see if I can duplicate the problem I'm having with a very simple example. Perhaps it's related to Bootstrap?
@rduncecb perhaps that's where I'll end up. Thanks for the reminder they're available.
I guess it is possible, although I'd be a little surprised. I'll try building that example with Bootstrap on Monday. More likely there is another plug-in or event handler that is causing the issue. Using the Chrome profiler might indicate what function (if any) is triggering the issue.
Allan