Hi all,
In the case I am working on I want to be able to select my date using the month picker but also typing it manually. I using the forge component Month picker.
Now when I type my date manually, it will automatically reset to the current month and year.
What is the best option to enable manually typing so I can use both.
Hi @Margo Anckaert,
Assign input type as date, we can change "dd-mm-yyyy" placeholder using css. So you can choose date by datepicker icon or type manually.
Hi, Is there a option to use it in combination with the forge component MonthPicker?
So in the picture below, when I click into the input field the monthpicker appears. Then I can select a month and year. When I try to type manually, it automatically reset to the current month and year. So what is the best way to enable it that I can do both.
Note: The element that is added need to be text.