XF 2.0 What is the use of data-field in a custom xf:dateinput control?

abdfahim

Well-known member
Licensed customer
What is the use of data-field in a custom xf:dateinput control?

Code:
<xf:dateinput name="custom_date" id="custom_date" maxlength="10" data-field="custom_date" required="required" />
 
Back
Top Bottom