• Required currency fields have aria-required=”1″, e.g.

    <input name="currency-1" value="1.23" placeholder="E.g. 12.34" id="forminator-field-currency-1_6a08a2ddd8532" class="forminator-input forminator-currency" data-required="1" aria-required="1" data-decimals="2" data-inputmask="&#039;groupSeparator&#039;: &#039;&#039;, &#039;radixPoint&#039;: &#039;.&#039;, &#039;digits&#039;: &#039;2&#039;" data-hidden-behavior="zero" type="number" step="any" aria-describedby="forminator-field-currency-1_6a08a2ddd8532-description" />

    Valid values for this field are “true” and “false”.

    It looks like Forminator_Currency::markup function uses the required property for both data-required and aria-required – whereas the markup functions for other types handle these separately and correctly use “false” and “true”.

Viewing 1 replies (of 1 total)
  • Plugin Support Jair – WPMU DEV Support

    (@wpmudevsupport15)

    Hello @peter8nss

    Thanks for informing us about this. I can see that our development team has been previously informed about this, and they are looking to fix this in a future update of the plugin, although I’m afraid I can’t provide an ETA of when it will be available. Yet, I’m sharing them your findings along with the documentation provided.

    Kind regards,
    Jair.

Viewing 1 replies (of 1 total)

You must be logged in to reply to this topic.