namti
namti
## Environment Please provide as many details as you can: - Hosting type - [ ] Form.io - [ x ] Local deployment - Version: "@formio/react": "5.1.1" - Formio.js version:...
## Environment Please provide as many details as you can: - Hosting type - [ ] Form.io - [ x ] Local deployment - Version: - Formio.js version: 4.3.0 -...
## Description Background: middle button `Click` is set to `Middle click`, middle button `Double Click` is set to `Smart Zoom`. When click middle button on browser tabs (or other tabs),...
Formio version `@formio/[email protected]` React version: `18.2.0` Value change of the `readOnly` option is not taking effect. ```jsx ... const [ editable, setEditable ] = useState(true); return ( ) ... ```...
Formio version `@formio/[email protected]` React version: `18.2.0` If `noDefault` in `options` is `true`, an error occurs after choose a file for a file component. ``` File.js:764 Uncaught (in promise) TypeError: Cannot...
- components: `Badge` - reactstrap version `9.2.3` - import method `es` - react version `18.2.0` - bootstrap version `5.3.3` ### What is happening? The new `[email protected]` has changed the class...
Support animating the overlay when open/close the drawer. Fixes #54
`gutter` is set to `32px`, but the `gap` of inline style is always `10px`. Version: 2.7.1 ```tsx { code } ```