workflowproducts / envelope

Publish web apps based on your PostgreSQL database fast!
https://workflowproducts.com/envelope.html
Apache License 2.0
53 stars 2 forks source link

gs-memo value attribute lags one char behind #146

Closed crosstocci closed 5 years ago

crosstocci commented 5 years ago

On a gs-memo with the displayed value of "test" the value attribute will be "test". This is as expected. If you delete the last char of the displayed value (now displays "tes") the value attribute will still be "test". It should say "tes". If you delete another char (now displays "te") the memo updates the value attribute to say "tes".

crosstocci commented 5 years ago

Fixed in next release.