[Embeddable Rebuild] [Controls] Fix control creation #187504
Labels
impact:critical
This issue should be addressed immediately due to a critical level of impact on the product.
loe:medium
Medium Level of Effort
project:embeddableRebuild
Team:Presentation
Presentation Team for Dashboard, Input Controls, and Canvas
Describe the feature:
Currently, the custom control options component expects a state manager to be passed to it in order to "tell" the editor that changes were made - this works great for editing, but not so great for creation since we still don't have inline editing. We need to update the
CustomOptionsComponent
so that it works for both creation and editing.As part of this, I will create a mocked "add control" button in the React controls example. I will also be adding tests for the
DataControlEditor
component, hence the "medium" sizeThe text was updated successfully, but these errors were encountered: