Alexander Persky
Alexander Persky
@Futurkind thanks for the comment. I had honestly forgotten about this. As it has been more than 2 years since I originally created this issue it is very likely this...
Here is an example of how you can get that to work. Note how you need to initiate the Select2 in both the `ready` and `show` methods. The initiation within...
I just cheated a bit and used some CSS. In my case I wanted to remove the delete button from fields that are required in my form, so I added...
Flexbox in general is not 100% compatible on those browsers without using the proper `-webkit-` prefix. It is possible that the author doesn't care to support browser versions that far...