Textfields type date

rp-9

#1

Good day everyone, I have a query regarding integrating a date input field with a repeater in a user interface. Specifically, I’m looking to achieve the following: I want to input a date into a text field and then send that date value to a repeater, where each row contains a label. So, when I click a button, the date entered in the text field should be added to the repeater as a label. How can I implement this functionality effectively?