mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-06 15:58:39 +09:00
parent
d42af42d26
commit
40e9f40e89
1 changed files with 7 additions and 7 deletions
|
|
@ -1180,16 +1180,16 @@ pref("dom.forms.number", true);
|
|||
// platforms which don't have a color picker implemented yet.
|
||||
pref("dom.forms.color", true);
|
||||
|
||||
// Support for input type=date and type=time. By default, disabled.
|
||||
pref("dom.forms.datetime", false);
|
||||
// Support for input type=date and type=time.
|
||||
pref("dom.forms.datetime", true);
|
||||
|
||||
// Support for input type=month, type=week and type=datetime-local. By default,
|
||||
// disabled.
|
||||
// Enable time picker UI.
|
||||
pref("dom.forms.datetime.timepicker", true);
|
||||
|
||||
// Support for input type=month, type=week and type=datetime-local.
|
||||
// TODO: implement/fix these.
|
||||
pref("dom.forms.datetime.others", false);
|
||||
|
||||
// Enable time picker UI. By default, disabled.
|
||||
pref("dom.forms.datetime.timepicker", false);
|
||||
|
||||
// Support for new @autocomplete values
|
||||
pref("dom.forms.autocomplete.experimental", false);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue