verbb / formie

The most user-friendly forms plugin for Craft CMS.
Other
93 stars 69 forks source link

Field styling issue: Height of calendar field vs. input field is not equal #1821

Closed philipschilling closed 1 month ago

philipschilling commented 2 months ago

Describe the bug

I have found a small, non-critical styling issue. The calendar field has a slightly bigger height than the plain text input fields when shown in the frontend. I haven't used any templates but embedded the default Formie form.

Screenshot 2024-04-09 at 20 31 04

Steps to reproduce

  1. Add both field types to a form
  2. Embed the form into a template
  3. Check the form fields in the browser

Form settings

Craft CMS version

Craft Solo 5.0.4

Plugin version

3.0.0-beta.5

Multi-site?

Yes

Additional context

No response

engram-design commented 2 months ago

Looks like this is a Chrome/Webkit browser bug, with no immediate fix other than setting fixed heights on inputs, which I'm not a massive fan. Will look into it!

philipschilling commented 2 months ago

Yes, I used Chrome. Sorry for not mentioning it ;-)

philipschilling commented 2 months ago

On Apple iPhone 12 Pro with iOS 12.4.1 in Safari & Chrome browser the date field is not rendered correctly: IMG_3766

engram-design commented 2 months ago

Fixed for the next release. To get this early, run composer require verbb/formie:"dev-craft-5 as 3.0.0-beta.9".

engram-design commented 1 month ago

Updated in 3.0.0-beta.10