You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I added the component in a view. Move to another view and then go back to previous view I get "Uncaught TypeError: Cannot read property 'style' of undefined" in browser.
This happens only if I have some text in the autocomplete textfield, if textfield is empty I can switch the views normally without an error.
The text was updated successfully, but these errors were encountered:
FWIW, I was able to get rid of my AutoComplete components by replacing them with ComboBox. I don't think this issue will be fixed in the foreseeable future.
I added the component in a view. Move to another view and then go back to previous view I get "Uncaught TypeError: Cannot read property 'style' of undefined" in browser.
This happens only if I have some text in the autocomplete textfield, if textfield is empty I can switch the views normally without an error.
The text was updated successfully, but these errors were encountered: