Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Block Editor: LinkControl: Add Submit button as action #19971

Closed
wants to merge 4 commits into from

Commits on Feb 3, 2020

  1. Components: Extract spinner size as base variable

    Allow for reuse in computing dimensions in other stylesheets
    aduth committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    515c91a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a984c6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5187a5 View commit details
    Browse the repository at this point in the history
  4. Block Editor: LinkControl: Remove disabled from submit button

    Instead inherit that the form cannot be submitted since the rendered URLInput will apply a `required` attribute, preventing submission of the form, while still displaying the associated help text "You must fill out this field"
    aduth committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    62ff4a5 View commit details
    Browse the repository at this point in the history