Removing Values in a field once set

When using a number picker, or date picker, or really most components, and attaching it to a form field, the field becomes un-edtable, and the mobilScroll widget pops up to allow data entry. But what if the user wants to delete what they entered. Is this possible?

Hi @Brook_Davies :wave:

Yes, it is possible. In this case, you need to use a custom button to delete the input field value. Here you can find an example of Number picker: JQuery Number Examples | Mobiscroll
Another example of Datepicker, if you want to edit the input field value and show the picker on button click: JQuery Date & Time Mobile & Desktop usage Example | Mobiscroll

Great thank you! That should work! Appreciate the reply!