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
Copy file name to clipboardExpand all lines: docs/app/pages/Components/Datepicker/Datepicker.vue
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -20,19 +20,19 @@
20
20
21
21
<divclass="page-container-section">
22
22
<h2>Cancel open on focus</h2>
23
-
<p>By default Datepicker component open on focus on it's input. This will make the input useless and the user will not be able to type de date manually. You can disable this behavior:</p>
23
+
<p>By default Datepicker component open on focus to it's input. This will make the input useless and the user will not be able to type the date manually. You can disable this behavior:</p>
24
24
<code-exampletitle="With initial date selected":component="examples['cancel-open-datepicker']" />
25
25
</div>
26
26
27
27
<divclass="page-container-section">
28
28
<h2>Immediately selection</h2>
29
-
<p>Datepicker dialog could be closed instantly after a date is selected. Date will be selected immediately without any confirm:</p>
29
+
<p>The Datepicker dialog can be made to close instantly after a date is selected. The date will be selected immediately without any additional confirmation or user action:</p>
30
30
<code-exampletitle="Close dialog on select":component="examples['close-on-select-datepicker']" />
31
31
</div>
32
32
33
33
<divclass="page-container-section">
34
34
<h2>Disabled dates</h2>
35
-
<p>Sometimes you may need to disable certain dates from being selected. Let's suppose that you only want to let user to select work days:</p>
35
+
<p>Sometimes you may need to disable certain dates from being selected. Let's suppose that you want to let the user select only week days:</p>
0 commit comments