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
For text input my current workaround is using the @blur event to trigger onElementUpdate . But this is not working for select or radio elements. This makes those elements unusable at the moment.
The text was updated successfully, but these errors were encountered:
PHP Version
8.3
Shopware Version
6.6.0.2
Expected behaviour
The text field should render the value from the config. When the value gets updated by the user the value should get updated in the config.
Your example from the docs:
index.js
html.twig
Actual behaviour
How to reproduce
Use the examples from your own docs:
https://developer.shopware.com/docs/guides/plugins/plugins/content/cms/add-cms-block.html
https://developer.shopware.com/docs/guides/plugins/plugins/content/cms/add-cms-element.html
For text input my current workaround is using the @blur event to trigger
onElementUpdate
. But this is not working for select or radio elements. This makes those elements unusable at the moment.The text was updated successfully, but these errors were encountered: