mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-15 08:53:07 +09:00
Issue #1210 - Keep timepicker disabled for now.
This needs localization work before enabling.
This commit is contained in:
parent
40e9f40e89
commit
8dfcd4553f
1 changed files with 1 additions and 1 deletions
|
|
@ -1184,7 +1184,7 @@ pref("dom.forms.color", true);
|
|||
pref("dom.forms.datetime", true);
|
||||
|
||||
// Enable time picker UI.
|
||||
pref("dom.forms.datetime.timepicker", true);
|
||||
pref("dom.forms.datetime.timepicker", false);
|
||||
|
||||
// Support for input type=month, type=week and type=datetime-local.
|
||||
// TODO: implement/fix these.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue