Skip to content

[html] 第55天 HTML5中新添加的表单属性有哪些? #215

@haizhilin2013

Description

@haizhilin2013
Collaborator

第55天 HTML5中新添加的表单属性有哪些?

Activity

xiangshuo1992

xiangshuo1992 commented on Jun 10, 2019

@xiangshuo1992
Contributor

用的最多的就是一个 placeholder 属性了,其他的基本都不知道,借机学习下 HTML5 表单属性,学完之后感觉我们很多自定义表单可以不用做了,直接用原生的就好。

如:list 属性规定输入域的 datalist,用来实现下拉列表就很好

haizhilin2013

haizhilin2013 commented on Jun 10, 2019

@haizhilin2013
CollaboratorAuthor

@xiangshuo1992 很善于学习!!!

wenyejie

wenyejie commented on Jun 10, 2019

@wenyejie

autocompute, novalidate,

seho-dev

seho-dev commented on Sep 25, 2019

@seho-dev

直接浮出脑海的是:
url,email,date (type)
自动填充
placeholder

dangjian

dangjian commented on Oct 7, 2019

@dangjian

新的form属性

新的input属性

smile-2008

smile-2008 commented on Nov 30, 2020

@smile-2008

新的form属性

新的input属性

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @dangjian@smile-2008@wenyejie@haizhilin2013@xiangshuo1992

        Issue actions

          [html] 第55天 HTML5中新添加的表单属性有哪些? · Issue #215 · haizlin/fe-interview