Martin Trobäck
Martin Trobäck
**Describe the bug** The snapshot functionality doesn't work on localhost. It works for MJPEG and H264, but not Still image. **To Reproduce** Run any of the examples in a localhost...
- added typescript dependency and `tsconfig.json` - updated `.babelrc` to compile typescript files - renamed `src/index.js` to` src/index.ts` - added types to all paramaters - when building, emits a type...
While working on the PR to convert this repo to typescript, I found a few things that perhaps could be improved. For instance: - Add `lib` to .gitignore - Give...
Improve documentation by adding a purpose for this component library. - Why should anyone choose practical-react-components? - What do we do better than anyone else? - Where do we shine?...
### Describe the bug Bare in mind, this could just be me who is stupid. But it seems like the `` alignment properties have no affect what so ever. My...
### Describe the bug FormikRadioButtonGroupField does not have a "disabled" state. Even after I have set `disabled={true}` you can still change the radio buttons. While writing this bug, I realized...
### Describe the bug When using FormikRadioButtonGroup together with Formik (obviously), the component doesn't automatically get an error state even if validation fails. You have to manually add it. ```jsx...
Adds a "danger" variant which signifies a dangerous action, such as deleting a user. Adds a "success" variant which signifies a positive action. The change affects - Button - IconButton...
For a project I'm working on, it would be beneficial if there could be a component that is a combination of a SearchSelect and a MultiSelect. Would this be difficult...