gamedaoco / gamedao-beta

https://beta.gamedao.co
Apache License 2.0
9 stars 1 forks source link

Proposal Title gets empty when typing sth into markdown editor #247

Closed 5-mark closed 2 years ago

5-mark commented 2 years ago

Describe the bug When entering a proposal title in the create proposal form and tabbing into the markdown editor and start typing the proposal title gets empty.

To Reproduce Steps to reproduce the behavior:

  1. Go to create proposal page
  2. Enter sth into proposal title
  3. Enter sth into markdown editor
  4. See proposal title gets empty

Expected behavior form values stay in the input fields as long as I dont leave the page

Additional context Maybe sth went wrong with clearing the form fields and not storing the values forever.

2075 commented 2 years ago

input in markdown triggers form reset, looking into it.