-
Bug report
It seems I can't set a ref anymore on `` components.
I looked into `` component and it doesn't seem to forward the ref.
Maybe using `useImperativeHandle` to expose the form api wou…
-
https://github.com/kjfsm/react-chartjs/blob/a8ccf0d3372010a0fe0a3ed4f87ffee0ff19b7c3/src/App.tsx#L7
入力欄が増えるたびにuseStateでstateを増やさなければならない?そういうもの?
kjfsm updated
3 years ago
-
I'm pretty sure this is webkit specific: It happens on Linux and macOS, but not Windows (where a Chromium-based engine is used). react-final-form had similar issues: after a few times of running _some…
mikew updated
7 months ago
-
# Bug:
Classes are not being passed down properly on focus.
For example, if you click a TextField with variant outline, the class does not get passed down properly, so no animation effect is se…
-
## Describe the Bug
This is a pretty obscure bug that took me a bit to track down so bare with me on my description here. When using `react-hot-loader` (I'm currently using v4.12.21) users aren't a…
-
**Scope**: PF4 mapper
**Description**
Validating is set to true
**Schema**
```jsx
const asyncValidator = () => new Promise((res) => setTimeout(() => res(), 1000));
export const wizardS…
rvsia updated
4 years ago
-
### Are you submitting a **bug report** or a **feature request**?
Bug Report!
### What is the current behavior?
The `unshift` mutator doesn't work. When a field is unshifted onto an array, it…
-
### bug report
### What is the current behavior?
Programmatically set html5 validated fields don't get set to valid.
### What is the expected behavior?
Valid programmatically set values sh…
-
One does not simply do this as usually:
(
return
)/>
It is now necessary to also pass `({input, ...rest})` to ``, but careful, there also is the `meta` object!, so we must firs…
ackvf updated
5 years ago
-
### Bug report
### Current behavior
Changing language doesn't triggers a language change in already present validation errors. CodeSandbox example: [https://codesandbox.io/s/final-fo…