Forum
Copy pattern attribute to rendered inputs
Hi,
In perch v3.1.3, line 177 of PerchFieldType.class.php specifies 3 attributes which are copied from template tags to the rendered inputs:
$copy_atts = ['placeholder', 'autocomplete', 'autofill'];
I would find it very useful if "pattern" were added to this list.
Thanks, Mark
I think we can probably do that.
Great, thanks!