woocommerce/plugins/woocommerce-blocks/packages/components/text-input
Mike Jolley 77428b973d
Checkout: Add password strength meter to new field (#49164)
* Add validation message and fix rendering when account is required

* Adjust validation so we can change the label in messages with custom callback

* Add and style password meter

* Add validation feedback and zxcvbn support

* changelog

* Accessibility fixes

* Update lock file

* Fix initial state in safari

* Announce strength as you type

* Use React.ReactElement

* update lock file

* Update lock

* Downgrade local pnpm and recreate lock

* Feedback should only be shown when `showError` is true, not `hasError`

* Feedback should default to null
2024-07-15 16:22:42 +01:00
..
stories Add Storybook entries for `TextInput`, `ValidatedTextInput`, and `ValidationInputError` (https://github.com/woocommerce/woocommerce-blocks/pull/11794) 2023-11-20 13:08:16 +00:00
test Update blocks JS tests to React 18 (#47383) 2024-05-15 21:33:36 +12:00
style.scss Checkout: Add password field to create account form (#48985) 2024-07-15 11:43:02 +01:00
text-input.tsx [Performance]: Replace `classnames` usage with `clsx` (#47760) 2024-05-31 05:49:36 +02:00
types.ts Checkout: Add password strength meter to new field (#49164) 2024-07-15 16:22:42 +01:00
validated-text-input.tsx Checkout: Add password strength meter to new field (#49164) 2024-07-15 16:22:42 +01:00