- 🇺🇦Ukraine teodorakis
Faced exactly same issue as carlosrfm → described. Patch in #6 🐛 Uncaught TypeError: Cannot set property 'tabIndex' of null RTBC fixed it.
- Status changed to RTBC
almost 2 years ago 2:38pm 9 February 2023 - 🇺🇦Ukraine Yaroslav Drapoy
Doesn't fix it on drupal core 9.4.8 and 9.5.3 (tested also on pure drupal 9.5.3 installation). Could you please share what the external lib depends on to figure out why the weight fixes the issue on your side? The same issue with autocomplete field that is located after time range picker field. I tried another weights and it still doesn't work.
- 🇺🇦Ukraine Yaroslav Drapoy
Found that in drupal core 9.5.3 autocomplete-min.js has weight -11.7. So for materialize.js I set weight -12 and it works now (on drupal core 9.5.3)
- 🇺🇦Ukraine Yaroslav Drapoy
Found that in drupal core 9.5.3 autocomplete-min.js has weight -11.7. So for materialize.js I set weight -12 and it works now (on drupal core 9.5.3)
- 🇺🇦Ukraine Yaroslav Drapoy
Found that in drupal core 9.5.3 autocomplete-min.js has weight -11.7. So for materialize.js I set weight -12 and it works now (on drupal core 9.5.3)
- 🇺🇦Ukraine Yaroslav Drapoy
Found that in drupal core 9.5.3 autocomplete-min.js has weight -11.7. So for materialize.js I set weight -12 and it works now (on drupal core 9.5.3)
- 🇺🇦Ukraine Yaroslav Drapoy
Found that in drupal core 9.5.3 autocomplete-min.js has weight -11.7. So for materialize.js I set weight -12 and it works now (on drupal core 9.5.3)
- 🇺🇦Ukraine Yaroslav Drapoy
Found that in drupal core 9.5.3 autocomplete-min.js has weight -11.7. So for materialize.js I set weight -12 and it works now (on drupal core 9.5.3)
- 🇺🇦Ukraine Yaroslav Drapoy
Found that in drupal core 9.5.3 autocomplete-min.js has weight -11.7. So for materialize.js I set weight -12 and it works now (on drupal core 9.5.3)
- 🇺🇦Ukraine Yaroslav Drapoy
Found that in drupal core 9.5.3 autocomplete-min.js has weight -11.7. So for materialize.js I set weight -12 and it works now (on drupal core 9.5.3)
- First commit to issue fork.
- @kunal_sahu opened merge request.
- 🇨🇴Colombia jidrone
Hi @kunal_sahu
I don't see any difference between the MR you created and the patch.
- 🇮🇹Italy jellyburger
Lovely module. Are there any plans to release a version for Drupal 10? Thank you.
- 🇺🇦Ukraine bobi-mel
Hi @kunal_sahu
I checked your changes. The bug was fixed.