Hi, I am new here and just started to use Siemens IX. It looks really good as a complete UI solution for Industrial applications.
Now I started to create my first application in React, which is also new for me. (I started with Vue but it looks React is better supported and both are new for me)
I made my first settings page via the IxMenuSettings component and I am able to read and save the settings by calling my settings API. Though, I have two questions:
- I see the settings are loaded on application start. Is there a way to refresh them on opening the overlay? So I am sure I always show the actual settings.
- Is it possible to automatically close the overlay after pressing the save button?
If someone can point me in the right direction it would be great!