Sam Kirkland

Results 8 issues of Sam Kirkland

Fix #483 sort schema barrel file ## Note When testing this change I found the output of many example folders to be out of date. I didn't want to pollute...

First of all thanks a bunch for this library. Really awesome and amazing work, it's my go-to for projects now. ## What are the steps to reproduce this issue? 1....

enhancement

onBlur current has a single argument with the selected value, onBlur is commonly used to handle dirty tracking which requires a event (ex: formik, etc.). onFocus has a similar problem....

### Reproduction link [![Edit on CodeSandbox](https://codesandbox.io/static/img/play-codesandbox.svg)](https://codesandbox.io/s/basic-antd-4-23-6-forked-whyul3?file=/demo.tsx) ### Steps to reproduce 1. Open devtools, open network tab, filter to "Doc" 2. Click "Open Modal" button 3. Note two network requests to...

help wanted

When using `` within a modal the input will not be focused because the modal captures focus. See [library code examples](https://github.com/react-component/dialog/blob/cb6f8f0dbad9656b03d18c036ba4f7525b31d3d0/docs/examples/ant-design.tsx) or [live examples ](https://dialog-react-component.vercel.app/demo/ant-design) Appears to be due to...

Currently `TreeNode` does [not accept a generic for its value prop](https://github.com/react-component/tree-select/blob/e997b7485eca30f9bd476cfcf5f4f4e85831dc94/src/TreeNode.tsx#L6). So the value is always type `string | number`. However `TreeSelect` accepts a generic [and defaults the type to](https://github.com/react-component/tree-select/blob/e997b7485eca30f9bd476cfcf5f4f4e85831dc94/src/TreeSelect.tsx#L613)...

Adds array formatting support to match [picker](https://github.com/react-component/picker) `format` Will be used to resolve this issue in antd https://github.com/ant-design/ant-design/issues/13163