Orchid is a @laravel package that allows for rapid application development of back-office applications, admin/user panels, and dashboards.
4.45k
stars
655
forks
source link
Update select_controller.js & datetime_controller.js #2873
Closed
batinmustu closed 3 months ago
select_controller.js
The "maximumSelectionLength" option in select_controller.js was not working. The problem was solved by adding parentheses.
Before the relevant change is made;
datetime_controller.js
In order to use the formatting feature correctly, the "altInput" and "altFormat" attributes recommended by the "flatpickr" package have been added.