Panudet Tammawongsa
Panudet Tammawongsa
# Bug Report It's cannot build with "strict": true in `tsconfig.json` **Ionic version:** [x] **4.x** **Current behavior:** Throw chaos errors **Expected behavior:** Peaceful build pass **Steps to reproduce:** ``` git...
### Reproduction link [https://stackblitz.com/edit/react-e2yyn2?file=DatePicker.ts](https://stackblitz.com/edit/react-e2yyn2?file=DatePicker.ts) ### Steps to reproduce 1. click at `` component 2. click at `.ant-picker-year-btn` ### What is expected? it should be correct decade selector [like this](https://stackblitz.com/edit/react-kcapsv?file=demo.tsx) ###...
## Use case I want to implement feature that when form validated fail scroll to that FormField. currently I implement with copy `form.dart` file and change `_field` to `field` to...