lulumetro
lulumetro
Thanks @bluebill1049, I've created a new CSB changing the default value: [https://codesandbox.io/s/usecontroller-checkboxes-forked-d8gwm?file=/src/App.js](https://codesandbox.io/s/usecontroller-checkboxes-forked-d8gwm?file=/src/App.js) The relevant changes are here: ` ... const controlledOptions = ["a", "b", "c", "d", "e", "f"]; const valuesFromDB...
For me the simplest workaround is to use a couple of css rules: ``` ai-dialog-container { display: flex; justify-content: center; align-items: center; } ai-dialog-container > div { margin: auto !important;...