themesberg / themesberg/flowbite

Update the documentation in relation to form inputs on mobile

Open
#260 1 comment 0 reactions 1 assignee View on GitHub

@zoltanszogyenyi is already working on this.

Since Sep 12, 2022.

bug v1.6.3
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.