woocommerce/plugins/woocommerce-blocks/assets/js/base/components/cart-checkout/form
Gabriel Manussakis ece00533e4
[Accessibility] Convert edit address link to a button (#49471)
* Update edit address button style

* Add input prop to the ValidatedTextInputHandle type

* Add optional isEditing prop to the AddressFormProps

* Convert edit address link to button

* Focus first input after opening the address form

* Pass along the editing prop to children components in the shipping address block

* Add changelog file

* Clear timeout used to delay the focus on the first input

* Adjust checkout toggler buttons for dark themes

* Get first address field by id
2024-07-17 16:54:41 +02:00
..
test Migrate StateInput, CountryInput and custom fields to native `<select>` (#48180) 2024-07-12 21:17:54 +00:00
address-line-2-field.tsx normalize IDs for form fields in Checkout (#47650) 2024-05-22 22:54:03 +02:00
address-line-fields.tsx normalize IDs for form fields in Checkout (#47650) 2024-05-22 22:54:03 +02:00
custom-validation-handler.ts Support additional fields in the Contact step for Checkout (#43088) 2024-01-05 18:35:28 +01:00
form.tsx [Accessibility] Convert edit address link to a button (#49471) 2024-07-17 16:54:41 +02:00
index.ts Support additional fields in the Contact step for Checkout (#43088) 2024-01-05 18:35:28 +01:00
prepare-form-fields.ts Support additional fields in the Contact step for Checkout (#43088) 2024-01-05 18:35:28 +01:00
types.ts [Accessibility] Convert edit address link to a button (#49471) 2024-07-17 16:54:41 +02:00
utils.ts normalize IDs for form fields in Checkout (#47650) 2024-05-22 22:54:03 +02:00
validate-shipping-country.ts Support additional fields in the Contact step for Checkout (#43088) 2024-01-05 18:35:28 +01:00