title | issue | author | author_email | author_github |
---|---|---|---|---|
Update sw-url-input validation |
NEXT-16649 |
Benedikt Schulze Baek |
bschulzebaek |
- Changed
sw-url-field
to allow empty urls. These should be handled by the parent form instead. - Deprecated the event
beforeDebounce
insw-url-field
. Use the eventinput
instead. - Deprecated the method
onInput
insw-url-field
. UseonBlur()
instead. - Deprecated the methods
onDebounceInput
andhandleInput
insw-url-field
. UsecheckInput()
instead.