Yoast / yoast-components

Accessible React components by Yoast
GNU General Public License v3.0
21 stars 6 forks source link

Configuration wizard: add input validation to social accounts #827

Closed afercia closed 5 years ago

afercia commented 5 years ago

Summary

This PR can be summarized in the following changelog entry:

Relevant technical choices:

This PR leverages browsers constraint validation API for the Social Accounts URL fields in the Configuration Wizard, and basically does what https://github.com/Yoast/wordpress-seo/pull/12242 does for the Social Accounts settings page.

Test instructions

This PR can be better tested in the plugin, please follow instructions from the related PR on wordpress-seo https://github.com/Yoast/wordpress-seo/pull/12242

UI changes

See https://github.com/Yoast/wordpress-seo/issues/12173 Fixes https://github.com/Yoast/wordpress-seo/issues/12373

bintzandt commented 5 years ago

Transferred to https://github.com/Yoast/javascript/pull/10