We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cef4eb7 + b839978 commit fd33414Copy full SHA for fd33414
examples/index.html
@@ -73,9 +73,9 @@ <h2>Form that has custom validity messages</h2>
73
form.addEventListener('auto-check-error', event => {
74
if (form.id === 'custom') {
75
const {setValidity} = event.detail
76
- setValidity('🚫 Something went wrong.')
+ setValidity('🚫 Something went wrong. Please try again')
77
}
78
- state.textContent = 'error'
+ state.textContent = 'something went wrong, please try again'
79
})
80
form.addEventListener('auto-check-complete', () => {
81
if (state.textContent === 'loading') state.textContent = ''
0 commit comments