There is this button in ContextualFormPanel:
$build['update'] = [
'#type' => 'button',
'#value' => 'Update',
'#submit_button' => FALSE,
'#attributes' => [
'type' => 'button',
'data-wysiwyg-fix' => TRUE,
],
];
Which have its own logic in HtmxEvent::onInstanceUpdateButtonClick().
ContextualFormPanel seems to work well without it now and this create visual noise, some confusion ("do I need to click on it?") and uncessary code.
Can we remove it? Is it still useful in some situations? Which ones? Is it useful for accessibility?
Active
1.0
UI/UX/Islands
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
No activities found.