? Pending

User tests: Successful: Unsuccessful:

avatar dgrammatiko
dgrammatiko
30 May 2021

Pull Request for Issue # .

Summary of Changes

Adds the missing attribute in the rendered HTML

Testing Instructions

Review, it's a no brainer

Actual result BEFORE applying this Pull Request

Expected result AFTER applying this Pull Request

Documentation Changes Required

avatar dgrammatiko dgrammatiko - open - 30 May 2021
avatar dgrammatiko dgrammatiko - change - 30 May 2021
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 30 May 2021
Category Layout
avatar Quy
Quy - comment - 30 May 2021

From developer.mozilla.org

Do not support use of the pattern attribute for making entered values conform to a specific regex pattern.

The rationale for this is that number inputs won't be valid if they contain anything except numbers, and you can constrain the minimum and maximum number of valid digits using the min and max attributes (as explained above).

avatar dgrammatiko
dgrammatiko - comment - 30 May 2021

The rationale for this is that number inputs won't be valid if they contain anything except numbers, and you can constrain the minimum and maximum number of valid digits using the min and max attributes (as explained above).

I can type bad in Safari and the form will submit fine but the value is not numeric. Specs are not always followed by browsers

avatar dgrammatiko dgrammatiko - change - 30 May 2021
Status Pending Closed
Closed_Date 0000-00-00 00:00:00 2021-05-30 16:51:44
Closed_By dgrammatiko
Labels Added: ?
avatar dgrammatiko dgrammatiko - close - 30 May 2021

Add a Comment

Login with GitHub to post a comment