We recently upgraded an application from Bootstrap 4 to 5. Since the upgrade, users are unable to paste into <input type="date"... controls.
I scoured the Bootstrap 5.3.x documentation (forms section) and I cannot find any documentation about dates or how they are supposed to work. I have reviewed the entire Bootstrap JS and CSS and did not find anything about "clip", "paste", "date", etc.
For example, in this "Start Date", I can type into it and use the calendar UI, but if I copy a date into my clipboard like "12/12/2024" and paste, nothing happens.
I can hit Ctrl-A to select the date, but paste does not work in that state either.
Is there some way to support pasting into a date input?
I discovered that paste is missing in my context menu, so maybe that is a clue. This might be a default of HTML date input. The same problem exists on MDN.
