The regexp input type show here Extension:Semantic Forms Inputs#Regular expression filter is not working.
Attached is the error that I encountered when trying to save '0' integer
And the error message above can't be removed since the form cannot be resubmitted when the 'Save page' is click.
Here's the field definition:
{{{field|dividend_most_recent|placeholder=Most Recent|input type=regexp|regexp=/^\d*$/|message=Please enter decimal/numbers!|base type=regexp|base prefix=filter2|filter2.regexp=/^.{0,10}$/|filter2.message=Please enter only up to 10 digits!|filter2.base type=regexp}}}
Please help