iupui-soic / openemr

The most popular open source electronic health records and medical practice management solution.
https://open-emr.org/
GNU General Public License v3.0
0 stars 4 forks source link

Update edit.js #6

Closed KeerthikaSunchu closed 7 months ago

KeerthikaSunchu commented 7 months ago

Fixes #5

In this commit, I have addressed an issue in the edit.js file where the CDR Reminder Intervals lacked a placeholder for input elements, resulting in users entering alphabetical values. To enhance user experience and prevent this issue, I have added the placeholder "Enter a number" to guide users in entering only numeric values. This modification ensures a smoother data input process by blocking the alphabetical values and avoids potential errors when saving the page or values.

sunbiz commented 7 months ago

Merged using c4006d6. Thank you @KeerthikaSunchu!! Great work!