Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Nov 28, 2022
1 parent bb25986 commit ee6346d
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions packages/components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
### Enhancements

- `TabPanel`: Add ability to set icon only tab buttons ([#45005](https://github.com/WordPress/gutenberg/pull/45005)).
- `CustomSelectControl`, `UnitControl`: Add `onFocus` and `onBlur` props ([#46096](https://github.com/WordPress/gutenberg/pull/46096)).

### Internal

Expand Down
14 changes: 14 additions & 0 deletions packages/components/src/custom-select-control/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,20 @@ A handler for onMouseOut events.
- Type: `Function`
- Required: No

#### onFocus

A handler for onFocus events.

- Type: `Function`
- Required: No

#### onBlur

A handler for onBlur events.

- Type: `Function`
- Required: No

## Related components

- Like this component, but implemented using a native `<select>` for when custom styling is not necessary, the `SelectControl` component.
Expand Down

0 comments on commit ee6346d

Please sign in to comment.