Skip to content

Latest commit

 

History

History
12 lines (12 loc) · 553 Bytes

2021-11-05-update-sw-url-input-validation.md

File metadata and controls

12 lines (12 loc) · 553 Bytes
title issue author author_email author_github
Update sw-url-input validation
NEXT-16649
Benedikt Schulze Baek
b.schulze-baek@shopware.com
bschulzebaek

Administration

  • Changed sw-url-field to allow empty urls. These should be handled by the parent form instead.
  • Deprecated the event beforeDebounce in sw-url-field. Use the event input instead.
  • Deprecated the method onInput in sw-url-field. Use onBlur() instead.
  • Deprecated the methods onDebounceInput and handleInput in sw-url-field. Use checkInput() instead.