-
Is it possible to update properties after initializing virtual select component with My immediate use-case will be to update text properties according to an i18n variable. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
As of now, we could set options, value, and disabled options after initialisation. My suggestion for your use case is, call init method after getting i18n value. |
Beta Was this translation helpful? Give feedback.
-
Thank you, yes and that's already great. I want to be able to switch languages in my app. so I will destroy instances and re-initialize them I think. Thank again! |
Beta Was this translation helpful? Give feedback.
As of now, we could set options, value, and disabled options after initialisation.
My suggestion for your use case is, call init method after getting i18n value.