woocommerce/plugins/woocommerce-admin/packages/components
Ilyas Foo 81573c2b68 Fix SelectControl focus and de-focus bug (https://github.com/woocommerce/woocommerce-admin/pull/6906)
* Fix select-control component to preserve currently selected item on focus and de-focus

* No longer auto select option on initial render, pressing tab would only select if selection exists

* Fix to reflect the proper suggested changes

* Attempt to fix unnecessary search reset on pressing tab

* Fix for keyboard interactions and added accompanying tests
2021-05-06 15:07:45 +08:00
..
src Fix SelectControl focus and de-focus bug (https://github.com/woocommerce/woocommerce-admin/pull/6906) 2021-05-06 15:07:45 +08:00
.npmrc Build: Move components to packages dir (https://github.com/woocommerce/woocommerce-admin/pull/804) 2018-11-15 13:16:23 -05:00
CHANGELOG.md Fix SelectControl focus and de-focus bug (https://github.com/woocommerce/woocommerce-admin/pull/6906) 2021-05-06 15:07:45 +08:00
README.md Components: fix README url 2019-04-30 07:55:32 +12:00
package.json Refactor <List> to support custom markup (https://github.com/woocommerce/woocommerce-admin/pull/6787) 2021-04-23 15:47:43 -03:00

README.md

Components

This packages includes a library of components that can be used to create pages in the WooCommerce dashboard and reports pages.

Installation

Install the module

npm install @woocommerce/components --save

View the full Component documentation for usage information.