Evenzel

Results 2 issues of Evenzel

**Describe the bug** When rx.cond and rx.accordian are used together, the open accordian is closed when rx.form is submitted. **To Reproduce** ```python import reflex as rx class TestState(rx.State): result: dict...

bug
needs investigation

**Describe the bug** The default_value set in the input component in debounce_input does not work. **To Reproduce** Steps to reproduce the behavior: ```python rx.debounce_input( rx.input( default_value='tomato' on_change= Anystatefunction ), ),...

wontfix