Amin Alaee
Amin Alaee
BTW, what browser and what version are you using?
hmm.I'm using chrome 101.x.x and it's working alright. weird though.
Even here it says it should be supported: https://caniuse.com/input-datetime
yeah I think it is deprecated, and as I checked the `datetime-local` is not fully supported, so we can change this to `datetime-local` and also add a UI library? But...
@ischaojie Can we still use litepicker and then switch to the new one when tabler switches?
Added flatpickr to handle Date and DateTimes: https://github.com/aminalaee/sqladmin/pull/288
Hey thanks a lot for the PR, this is a great idea. Just need to first see if this exists in Flask-Admin then do it similar to Flask-Admin, and if...
Yeah I think for a start wr can do exactly as Flask-Admin and then build on top of that.
At the moment there's no support for tables with multiple PK. But same as flask-admin, there can be some limited capabilities for multiple PK tables, but that's not implemented yet.
Hey, thanks for the suggestion. Yeah totally makes sense, feel free to create a PR for that.