Skip to content

Commit 95bb340

Browse files
data-has-initial-load-errors => data-initial-load-errors
Co-authored-by: Konnor Rogers <konnor5456@gmail.com>
1 parent 654b729 commit 95bb340

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ The following data attributes are used by this package:
147147
- `data-focusout-validation`: This input should use `focusout` validation
148148
- `data-skip-validation`: This input should skip any validations
149149
- `data-invalid`: If present, the input is invalid`
150-
- `data-has-initial-load-errors`: If present, this input has initial load errors, which should not be cleared out when reflecting the constraint validation for the initial load.
150+
- `data-initial-load-errors`: If present, this input has initial load errors, which should not be cleared out when reflecting the constraint validation for the initial load.
151151
- `data-error-container`: Marks an element as an error container
152152
- Error list items
153153
- `data-visible`: Marks that the error list item should be visible

0 commit comments

Comments
 (0)