Data Views - Slug Field Control: Implement validation #66397
Labels
[Feature] DataViews
Work surrounding upgrading and evolving views in the site editor and beyond
[Package] DataViews
/packages/dataviews
The Slug Field Control currently lacks validation, allowing the save button to be clickable even when the input is empty:
This isn’t ideal because a page/post should always have a slug set. Currently, if the input is empty, the original slug is restored on the
onBlur
event, which is not the best UX.Technical Investigation Required
The text was updated successfully, but these errors were encountered: