Can't get TextArea value after executing JavaScript (rc1)

Hi,

previously in Vaadin Flow beta10 version, I was able to call textArea.getValue() after I set an element’s elementId.value = "abc"; when executing JavaScript. But after updating to version release candidate 1 (rc1), this method no longer works.

I have also tried textArea.getElement().getAttribute("value"); also to no avail. Is there a work-around to this?

Thanks.

Hi there,

That looks like a bug from either the component or flow, And during beta 10 and RC period, we have refactored the template handling, Could you create a ticket for us [HERE]
(https://github.com/vaadin/vaadin-text-field-flow) with the necessary code and step to reproduce the issue?

Thanks

BR

Zhe

Zhe Sun:
Hi there,

That looks like a bug from either the component or flow, And during beta 10 and RC period, we have refactored the template handling, Could you create a ticket for us [HERE]
(https://github.com/vaadin/vaadin-text-field-flow) with the necessary code and step to reproduce the issue?

Thanks

BR

Zhe

Hi, Zhe.

Issue opened [here]
(https://github.com/vaadin/vaadin-text-field-flow/issues/81)
, with a sample code to re-create issue.