File tree 1 file changed +10
-2
lines changed
packages/Webkul/Admin/src/Resources/views/dashboard 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 101
101
{!! view_render_event (' admin.dashboard.index.date_filters.before' ) ! !}
102
102
103
103
< div class = " flex gap-1.5" >
104
- < x- admin:: flat- picker .date class = " !w-[140px]" :: allow- input= " false" >
104
+ < x- admin:: flat- picker .date
105
+ class = " !w-[140px]"
106
+ :: allow- input= " false"
107
+ :: max- date= " filters.end"
108
+ >
105
109
< input
106
110
class = " flex min-h-[39px] w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-all hover:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400"
107
111
v- model= " filters.start"
108
112
placeholder= " @lang (' admin::app.dashboard.index.start-date' )"
109
113
/ >
110
114
< / x- admin:: flat- picker .date >
111
115
112
- < x- admin:: flat- picker .date class = " !w-[140px]" :: allow- input= " false" >
116
+ < x- admin:: flat- picker .date
117
+ class = " !w-[140px]"
118
+ :: allow- input= " false"
119
+ :: max- date= " filters.end"
120
+ >
113
121
< input
114
122
class = " flex min-h-[39px] w-full rounded-md border px-3 py-2 text-sm text-gray-600 transition-all hover:border-gray-400 dark:border-gray-800 dark:bg-gray-900 dark:text-gray-300 dark:hover:border-gray-400"
115
123
v- model= " filters.end"
You can’t perform that action at this time.
0 commit comments