select
select copied to clipboard
React Select
When I have some custom logic I want to put in an `Option`, I may want to extra that to a separate component for easy-reuse. Imagine an extremely contrived example:...
The `clearIcon` can be any `React.ReactNode`, so I tried to make it a `` with an icon to make it keyboard accessible. This generally works fine - navigating with TAB...
**Expected behavior:** I should be able to specify the strict option types as follows: ```ts export const exampleComponent= () => { type SelectValues = 'jack' | 'lucy' | 'disabled' |...
When using `select` component in our case we need cancel `onBlur` event. I think it's useful for all. Added new property onBeforeBlur, that called in onBlur. If `onBeforeBlur` === true,...
**Context:** While fixing https://github.com/react-component/select/issues/595 I noticed that the tests are not passing the TypeScript compiler, but nothing is catching that in the CICD pipeline. This is dangerous since the types...
On documentation, especially [this section](https://www.npmjs.com/package/rc-select#select-props) listed passing data-* attribute, but how to implemented it? i'd try like this ```javascript ... state = { value:"" } ... // onchange event handleChange(e)...
Hello, I am trying to use Select to bind records (eg. User, Contract) and I need the values to be linkable (anchor) so the user can jump to the record....
Code for feature request described here: https://github.com/ant-design/ant-design/issues/28015
Code for new feature described here: https://github.com/ant-design/ant-design/issues/27816
## Changes - Use `dumi` instead of `storybook` as the doc tool - Use `father-build` instead of `father` as the build tool to reduce install size