mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 14:54:25 +00:00
Issue #1210 - Keep timepicker disabled for now.
This needs localization work before enabling.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user