Add autocomplete attribute to client facing inputs #17737
Labels
✨ feature
New feature or request
🧹 Improvements
Improvements to existing features. Mostly UX/UI
🚨 needs approval
This feature request has not been reviewed yet by the Product Team and needs approval beforehand
Is your proposal related to a problem?
Recently I was booking coffee chats with other devs, some of them had
Cal.com
links and some hadCalendly
links from my phone. TheCalendly
links had autocomplete that autofilled my name and email and theCal.com
ones didn't.Can we add them?
Describe the solution you'd like
Specifically looking to get things like:
<input name="name">
to haveautocomplete="name"
<input name="name" autocomplete="name"
><input name="email" >
-><input name="email" autocomplete="email"
><input name="phone" >
-><input name="email" autocomplete="phone"
>Here's an element code snippet and screenshots of
Calendly
andCal.com
'sname
field for an appointment:Calendly
Cal.com
Describe alternatives you've considered
Haven't really considered alternatives.
Additional context
Just a quality of life improvement. I much prefer
Cal.com
as a booking tool and would like to see ease of use parity with other tools on the market.Requirement/Document
None that I'm aware of.
House rules
🚨 needs approval
label, don't start coding yet. Wait until a core member approves feature request by removing this label, then you can start coding.🚨 needs approval
label.The text was updated successfully, but these errors were encountered: