Materialize: Cannot set property 'tabIndex' of null at Dropdown._makeDropdownFocusable

后端 未结 6 879
挽巷
挽巷 2021-01-18 03:21

I am trying to test my vuejs component via jest that contains materialize select. When performing a component test, I get the following error in materialize.js:



        
6条回答
  •  鱼传尺愫
    2021-01-18 04:23

    This problem can happen when the input field is not wrapped inside a div with the class input-field:

      

    Adding a div with the class "input-field might solve this problem.

提交回复
热议问题