From 8275d5c43694be05ee016b14f2b9f2343b0540ca Mon Sep 17 00:00:00 2001 From: Muhammad Shiraz <65528455+khan-arkhitech-2020@users.noreply.github.com> Date: Thu, 16 Dec 2021 15:14:15 +0500 Subject: [PATCH] date picker issue fixes --- app/assets/javascripts/materialize.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/javascripts/materialize.js b/app/assets/javascripts/materialize.js index 38ed892..24db120 100755 --- a/app/assets/javascripts/materialize.js +++ b/app/assets/javascripts/materialize.js @@ -3321,7 +3321,7 @@ function PickerConstructor( ELEMENT, NAME, COMPONENT, OPTIONS ) { P.$root.addClass( CLASSES.opened ) aria( P.$root[0], 'hidden', false ) - }, 0 ) + }, 100 ) // If we have to give focus, bind the element and doc events. if ( dontGiveFocus !== false ) {