openmrs / openmrs-esm-form-engine-lib

React Form Engine library for O3
Other
10 stars 59 forks source link

(feat): O3-3855- Ability to clear dropdown input #371

Closed TrevorAntony closed 1 month ago

TrevorAntony commented 1 month ago

Summary

It is possible to clear a selected dropdown option in the form using the approach where we have the first selectable option as “empty”.

Screenshots

Screenshot 2024-09-04 at 11 50 52 Screenshot 2024-09-04 at 11 50 30 Screenshot 2024-09-04 at 11 50 23

Related Issue

https://openmrs.atlassian.net/browse/O3-3855

samuelmale commented 1 month ago

@TrevorAntony I'm closing this PR in favour of https://github.com/openmrs/openmrs-esm-form-engine-lib/pull/375

TrevorAntony commented 1 month ago

Well noted

samuelmale commented 1 month ago

@TrevorAntony for any new upcoming PR(s) from you, if you're working with a fork, make sure you don't develop off the main branch.

TrevorAntony commented 1 month ago

Ok will do.