nextcloud / notes

✎ Distraction-free notes and writing
https://apps.nextcloud.com/apps/notes
GNU Affero General Public License v3.0
623 stars 133 forks source link

Migrate notes search to NcTextField with clear button #1410

Open korelstar opened 3 weeks ago

korelstar commented 3 weeks ago

The search input field for searching notes did not have a button for clearing the input value. However, this is standard in many input fields used in Nextcloud. Therefore, this PR migrates the HTML input field into a NcTextField which automatically has a button for clearing the input value.

Before: Screenshot

After: Screenshot