We're highlighting up-and-coming features or libraries we think you should know about.
Feature Highlight: Customizable Select
Customizable Select may not currently be widely supported, yet it's a feature worth knowing about. While only used by 7.1% of respondents, 89% of developers who have used it report a positive experience.
And given that the <select/> element has always been a challenge to style, being able to finally customize it to your needs without resorting to JavaScript-based hacks is a welcome improvement!
链接到某一部分表单功能的使用经验与态度
Surprisingly, <input type="color"/> was the most used form-related feature this year, with 41.8% of respondents reporting having used it.
But when looking at positive sentiment, basic UI building blocks like autocomplete (<datalist>) and dropdowns (Customizable Select) top the rankings, showing that developers value features that are customizable and can be tailored to their needs.
通过...分组:
根据此项排序:
<input type="color" alpha><input type="color" colorspace="display-p3">经验
- <span aria-hidden="true">🤓</span> 用过: 使用过此项目的受访者。
- <span aria-hidden="true">👀</span> 有听说过: 听说过此项目,但没有使用过此项目的受访者。
- <span aria-hidden="true">🤷</span> 没听说过: 从未听说过此项目的受访者。
情绪(态度)
- 积极: 有兴趣了解此技术,或者愿意再次使用它的受访者
- 中立: 未对此技术发表看法的受访者
- 消极: 对此技术不感兴趣,或者使用此技术有糟糕体验的受访者
链接到某一部分表单痛点
Styling & customization of default form control UI elements remains a big stumbling block, with nearly half of pain points being about it.
Form validation is also a problem, especially when it comes to more advanced use cases like validating one field's value based on another.