The collapsible element. (#294)

This commit is contained in:
Arthur Sonzogni
2022-01-02 15:48:56 +01:00
committed by GitHub
parent 071d2bc92b
commit fc92f52b4c
7 changed files with 134 additions and 17 deletions

View File

@@ -21,11 +21,8 @@ unreleased (development)
- Add the helper elements based on `flexbox`: `hflow()`, `vflow()`.
- Add: `focusPositionRelative` and `focusPosition`
### Bug
#### Component
- `Input` shouldn't take focus when hovered by the mouse.
- Modifying `Input`'s during on_enter/on_change event is now working correctly.
- Add the `collapsible` component.
### Bug