We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
从 Chrome 99+ 开始,新增了一个非常有用的 function -- showPicker(),它能够让多个 input 类型元素使用 showPicker() 方法。它们是:
type=date
type=month
type=week
type=time
type=datetime-local
type=color
type=file
OK,那么新增的 showPicker() 到底有什么作用呢?
我们以 type=color 为例子。
<input type="color" />
The text was updated successfully, but these errors were encountered:
No branches or pull requests
从 Chrome 99+ 开始,新增了一个非常有用的 function -- showPicker(),它能够让多个 input 类型元素使用 showPicker() 方法。它们是:
type=date
type=month
type=week
type=time
type=datetime-local
type=color
type=file
OK,那么新增的 showPicker() 到底有什么作用呢?
我们以
type=color
为例子。The text was updated successfully, but these errors were encountered: