-
Hi, this could be a bug but I want to make sure I'm not missing something. Whenever I use this code:
` option}
style={{ width: 300 }}
renderInput={(params) => (
…
-
As an administrator
I want an edit photo page
So that I can change photos and their data for our garden
See the figma prototype and use the scenarios below to plan your work.
**Scope**
_No…
-
### What do you want and why?
There is a LabeledTextField component in app/core/components/LabeledTextField.tsx, which is generated next to our Form component when we run Blitz new
I would be n…
-
## 🐛 Bug report
On a project that uses Typescript and nested fields, the defs are not flexible enough for many functions in FormikHelpers.
```Typescript
interface Values {
some: {
neste…
-
**ReactUSWDS Version & USWDS Version:**
"@trussworks/react-uswds": "4.2.0",
"@uswds/uswds": "3.1.0",
**Describe the bug**
When the DatePicker `value` prop is set to some state value, and tha…
-
what happen with this error? I dont know what to do, I have remove node_modules and npm install again, it doesn't work. what should I do?
https://i.stack.imgur.com/9fXZU.png
-
I tried with a ref.
But every time i want to load the value i'm getting that this.ref.radioform.updateIsActiveIndex is not an object and the value isn't updated
-
https://github.com/kjfsm/react-chartjs/blob/a8ccf0d3372010a0fe0a3ed4f87ffee0ff19b7c3/src/App.tsx#L7
入力欄が増えるたびにuseStateでstateを増やさなければならない?そういうもの?
kjfsm updated
3 years ago
-
the current data structure only allows registration, if there is data for instruments with a max_attendants value set.
as long as this data is not available, the registration form should not be shown…
hucki updated
4 years ago
-
## Current Behavior
One of the reasons Formik is so great is that it plays very nicely with `yup`. With `yup`, we dont need to combine validations with ui, we can use `yup` for validations and Formik…