Columns\TextInputColumn->type('date') not working as expected
According to the docs, you can use ->type() to pass the HTML types to the text input. While this does allow the input to look like the HTML date picker, it doesn't work functionally. Clicking on the calendar icon doesn't open the picker and trying to change the date manually is buggy when trying to change the year.
0 Replies