dpgaspar / Flask-AppBuilder

Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more. Demo (login with guest/welcome) - http://flaskappbuilder.pythonanywhere.com/
BSD 3-Clause "New" or "Revised" License
4.7k stars 1.36k forks source link

Can I get select2.js original source code? #1911

Open andyliang opened 2 years ago

andyliang commented 2 years ago

When I use AJAXSelectField, It can not be showed in dialogue correctly. So, Can I get select2.js original source code? I want to try change it to show AJAXSelectField in dialogue.

EvilConsultant commented 4 days ago

FYI, select2 is a third party and you can get code from their repo https://github.com/select2/select2