cal.com icon indicating copy to clipboard operation
cal.com copied to clipboard

fix: input component style in routing forms

Open G3root opened this issue 1 year ago • 3 comments

What does this PR do?

Fixes #6641

after: Screenshot 2023-01-26 at 19-46-11 Cal com Cal com

Environment: Staging(main branch) / Production

Type of change

  • [x] Bug fix (non-breaking change which fixes an issue)

G3root avatar Jan 26 '23 14:01 G3root

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated
cal ✅ Ready (Inspect) Visit Preview 💬 Add your feedback Feb 1, 2023 at 1:39AM (UTC)
1 Ignored Deployment
Name Status Preview Comments Updated
ui ⬜️ Ignored (Inspect) Feb 1, 2023 at 1:39AM (UTC)

vercel[bot] avatar Jan 26 '23 14:01 vercel[bot]

focus not working in the first input field, whereas both the fields use the same component and no custom classes used. any ideas why it's not working ?

cc: @sean-brydon

Screencast 2023-01-26 19:48:18.webm

G3root avatar Jan 26 '23 14:01 G3root

focus not working in the first input field, whereas both the fields use the same component and no custom classes used. any ideas why it's not working ?

cc: @sean-brydon

Screencast.2023-01-26.19.48.18.webm

One has type="text" while the other doesn't so thats why one it's triggering focus ring from global.css. Already removed it

alannnc avatar Feb 01 '23 01:02 alannnc