You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>Datepickers use a dialog window and provide a simple way to select a single value from a pre-determined set. The component can have disabled dates and it's really easy to use.</p>
10
-
<note-blockalert>The datepicker dialog is disabled in Firefox, because it have a built-in Datepicker on desktop.</note-block>
11
10
</div>
12
11
13
12
<divclass="page-container-section">
@@ -65,6 +64,12 @@
65
64
type:'Boolean',
66
65
description:'Disable the on focus event. Will open only if the user clicks on the icon.',
67
66
defaults:'true'
67
+
},
68
+
{
69
+
name:'md-override-native',
70
+
type:'Boolean',
71
+
description:'Override native browser pickers by changing type of input to text.',
0 commit comments