guimillet
guimillet
## Description Textareas with solo style are incorrectly displayed with voila-vuetify, the width is too large:  ## Reproduce ```python import ipyvuetify as v solo1 = v.Textarea(solo=True, v_model='Solo') solo2 =...
## Description  ## Reproduce 1. Add `"voila": {"template": "vuetify-default"}` to the notebook metadata of [ManyWidgets.ipynb](https://github.com/voila-dashboards/voila-vuetify/blob/master/ManyWidgets.ipynb) 2. Render ManyWidgets.ipynb with `voila` Or run `voila --template vuetify-default ManyWidgets.ipynb` (I have not...
In the current example, `single_widget` is only a class attribute, such that when creating a new instance of `MyComponent`, the same widget is displayed. The user rather would rather need...
The class names of the document's body's are checked whether they contain 'theme-light' or 'theme-dark', which indicates the theme loaded by Voilà for the lab template. The patch also adds...
`Theme.dark` is initialised as `False` in [Themes.py](https://github.com/mariobuikhuizen/ipyvuetify/blob/e6d11bdc2e47948c97335e77de28239b7b93e1c4/ipyvuetify/Themes.py#L38) and this value sets the vuetify theme in [Themes.js](https://github.com/mariobuikhuizen/ipyvuetify/blob/e6d11bdc2e47948c97335e77de28239b7b93e1c4/js/src/Themes.js#L26). When JupyterLab or Voilà is set to a dark theme, the ipyvuetify widgets are...