James Walker
James Walker
## Bug Description I am developing a desktop app that works with SQLite files on the user's machine. One SQLite file is open at a time. In common with other...
## Bug Report ### Steps The Checkbox control [is hardcoded to always set](https://github.com/Semantic-Org/Semantic-UI-React/blob/master/src/modules/Checkbox/Checkbox.js#L206) `readOnly` on its Input, even if you don't pass the `readOnly` prop. This means the element is...
`pluralize("memorabilia")` produces `memorabilias`, which is incorrect.