Skip to main content

Search

Items tagged with: forms


Yup! "Placeholders in Form Fields are Harmful" https://www.youtube.com/watch?app=desktop&v=jrigp2L-P-0 #UIDesign #UXDesign #forms


F U, Apple. "In Loving Memory of Square Checkbox" https://tonsky.me/blog/checkbox/ #UIDesign #forms #fail


16 Lesser Known Accessibility Issues [and Tips]

https://toward.studio/latest/16-lesser-known-accessibility-issues

"12. Don’t hide labels. Ever."

#a11y #accessibility #webdev #webdesign #tips #UIDesign #forms


The problem with disabled buttons and what to do instead:
https://adamsilver.io/blog/the-problem-with-disabled-buttons-and-what-to-do-instead/

Disabled buttons suck:
https://axesslab.com/disabled-buttons-suck/

#UIDesign #forms #usability #a11y #accessibility


Writing Accessible Form Messages https://onsman.com/writing-accessible-form-messages/ #webContent #forms #a11y


Float labels may put you in the cool club, but they’re terrible UX.

It’s much better if your input’s label:

1) is legible
2) is above the input
3) doesn’t move about
4) is not mistaken for an answer

Simple > clever

-Adam Silver via Twitter

https://twitter.com/adambsilver/status/1660168097595113474

#UX #UXDesign #usability #forms #UIDesign


Usability Pitfalls of Disabled Buttons, and How To Avoid Them
https://www.smashingmagazine.com/2021/08/frustrating-design-patterns-disabled-buttons/
#webdesign #forms #UIDesign


Structuring Accessible Forms https://www.youtube.com/watch?v=hc_mWh4T2bE with @racheled #forms #a11y #webdev #webdesign #axecon


I find that web developers need to implement inputmode more often (to customize virtual keyboard for phone, email, etc). Hey Safari, why don't you support it?! https://developer.mozilla.org/en-US/docs/Web/HTML/Global_attributes/inputmode #safari #browsers #html #forms #usability


With web forms, for birthdate, a text input should be used for the best usability. A dropdown for the year is bad, but this is ridiculous! Sorry, but no one will be born in 2055 for another 32 years. Found multiple instances in the same painful process to sign up my son for a sport. #rant #UX #UXfail #UIDesign #UIFail #usability #forms 😖


YES 👉 "Premature error messages, aggressively styled fields, and unnecessarily disruptive system-status messages feel bad-mannered and increase cognitive load for users during otherwise simple tasks." https://www.nngroup.com/articles/hostile-error-messages/ #ux #usability #forms #uiDesign


Don’t Use The Placeholder Attribute https://www.smashingmagazine.com/2018/06/placeholder-attribute/ From 2018 and still very applicable. By @ericwbailey #webdesign #forms


There can be only one: Options for building “choose one” fields — 🔥 HTMHell Advent 2022 Day 11 https://www.htmhell.dev/adventcalendar/2022/11/ Deep dive into select, datalist, radio, etc. #html #forms #webdev