-
I've left the Storybook behind for most of the components, here are the steps to follow to get it back on tracks.
- [ ] Add Introduction to "AstroPlant Design System"
- [ ] Add padding addon
…
-
## 🐛 Bug report
### Current Behavior
When using withFormik, the handleChange function is not called when passed in via props. However, the input onChange event will call a local change handler f…
-
## 🐛 Bug report
### Current Behavior
After submitting a form the isSubmitting property is automatically set back to false without calling setSubmitting(). Note how fields and buttons are disabl…
-
## 📖 Documentation
Sorry if the format is wrong, I just wanted to write my findings regarding the `validationSchema` prop.
I have an IBAN form input where I wanted to add a custom validation (ak…
-
## ❓Question
Hello, I have a question about Formik's withFormik
how can I pass handleSumbit as a props to my withFormik component?
my current handleSubmit function looks like this
```
expo…
-
### Describe the bug
I've reproduced this with a simple piece of code:
```
import orderBy from 'lodash-es/orderBy.js';
console.log(orderBy);
```
Vite puts an `export` in the output. I'm a bi…
-
I have a date picker field that's required, and the error shows if there's no value. But when I set the value, the error doesn't go away immediately. Like the validation runs before setting of the val…
-
- create two front-end react routers (login and signup)
- There is no landing page - redirect to signup
- Signup page - name, email, password + confirm password
- Ignore Forget password (we don't need…
-
- [ ] Typescript Types or JSON Schema should generate the other. Options:
- JSON to Typescript: [json-schema-to-typescript](https://www.npmjs.com/package/json-schema-to-typescript) - article: [Stat…
-
## 今天討論了什麼?結論是什麼?
1. 第一個主題,form表單確認
2. 工作上的問題,會根據老師的建議再去試試
## 最新的進度是什麼?
研究一下老師提供的2個form library
## 下次報告前要完成哪些事項?
1. 畫面先刻出來,有一個小的雛形先
2. 就老師提供的library去提出自己的看法
## 其他心得
希望下次不要這麼緊張