File tree Expand file tree Collapse file tree 1 file changed +1
-6
lines changed
resources/assets/js/components/form/fields/date Expand file tree Collapse file tree 1 file changed +1
-6
lines changed Original file line number Diff line number Diff line change 77 :disabled =" readOnly"
88 @input =" handleInput"
99 @blur =" handleBlur"
10- @focus =" handleFocus"
1110 @keydown.up.prevent =" increase"
1211 @keydown.down.prevent =" decrease"
1312 ref =" input" >
1817 </svg >
1918 </button >
2019 </div >
21- <b-popover :target =" ()=>$refs.input" :show.sync =" showPicker" container =" sharp-app" triggers =" " placement =" bottom" >
20+ <b-popover :target =" ()=>$refs.input" :show.sync =" showPicker" container =" sharp-app" triggers =" focus " placement =" bottom" >
2221 <div class =" SharpDate__picker position-static" >
2322 <template v-if =" hasDate " >
2423 <sharp-date-picker
218217 this .$emit (' input' , null );
219218 },
220219
221- handleFocus () {
222- this .showPicker = true ;
223- },
224220 handleBlur () {
225221 this .rollback ();
226- this .showPicker = false ;
227222 }
228223 },
229224 mounted () {
You can’t perform that action at this time.
0 commit comments