MerginMaps / mobile

Mobile app for Mergin Maps 📲. Open QGIS projects and manage vector data on your phone, even offline 📶 (Android/iOS/Windows app)
https://merginmaps.com
GNU General Public License v2.0
280 stars 62 forks source link

Fix multiline editor #3396

Closed tomasMizera closed 2 months ago

tomasMizera commented 2 months ago

Binding to the TextArea::text property led to a loop. _fieldValueIsNull was still false when _fieldValue was changed and it blocked the new string to appear.

The binding is now the same as it was previously.

Fixes #3361