themesberg / themesberg/flowbite
Update the documentation in relation to form inputs on mobile
@zoltanszogyenyi is already working on this.
Since Sep 12, 2022.
- Dominant language
- HTML
- Stars
- 9.4k
- Forks
- 862
- PR merge metrics
- No merged PRs in 30d
Description
iOS (tested and verified) introduced an "auto zoom" feature for form input with input text inferior to 16px. This can be very annoying as the UI is not restored once the focus is removed from the selected input.
To prevent this, the input text should be text-basic and not text-sm as this is the case right now. I found out that having the following style works as expected: text-base md:text-sm
This should be mentioned in the documentation as a time saver for other developers.
Here is some information about the "issue" (aka feature): https://twitter.com/joshwcomeau/status/1379782931116351490?s=12
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.