it just doesn’t work. Confirmation doesn’t appear
<s-app-window id={id} src="/iframes/offerComponentConfig.html" />
// offerComponentConfig.html
<s-page heading="kek">
<form id="settings-form" data-save-bar data-discard-confirmation>
<s-text-field label="Store Name" name="storeName"></s-text-field>
<s-checkbox label="Enable notifications" name="notifications"></s-checkbox>
</form>
</s-page>
What is the point to have “data-discard-confirmation”?