Aspen

Results 5 issues of Aspen

### Description The type definition for the ref prop on at least the Button component are incorrect and don't support a forwarded ref. ### CodeSandbox/Snack link https://codesandbox.io/s/quiet-thunder-rvtxu6?file=/src/ExampleButton.tsx ### Steps to...

bug
typescript
v3

### Is there an existing request? - [X] I have searched for this request ### Describe the feature request For our electron app on Windows, we need access to the...

enhancement

RE #2548, adds support for the [showSoftInputOnFocus](https://reactnative.dev/docs/textinput#showsoftinputonfocus) prop, mapping it to the [virtualkeyboardpolicy attribute](https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/virtualkeyboardpolicy).

- `@testing-library/jest-dom` version: 6.6.3 - `node` version: 22.14.0 - `vitest` version: 3.0.8 - `yarn` version: 4.7.0 ### Relevant code or config: ```html ``` ```js expect( queryByRole("region", { name: "inert demo",...

Imported custom properties currently default the type to null. This causes the state to then update with the real type value, which triggers a forced replacement. This fetches the type...