Devographics / Monorepo

Monorepo containing the State of JS apps
surveyform-sigma.vercel.app
Other
134 stars 52 forks source link

TextList component does not work with longText: true option #446

Closed SachaG closed 6 days ago

SachaG commented 2 weeks ago
Screenshot 2024-11-06 at 11 08 31

In the State of HTML 2024 survey the html_pain_points_freeform question had template: textList with longText: true, which causes the contents of the field to be cleared out as soon as the input loses focus.

eric-burel commented 6 days ago

Yep it was dismissing updates coming from a textarea and only supported text inputs, now fixed