Skip to content

Commit

Permalink
disable form field (#3308)
Browse files Browse the repository at this point in the history
  • Loading branch information
rkaufman13 authored Nov 24, 2024
1 parent 7eaabb4 commit 59d8ea8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/patients/_patient_dashboard.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
<div class="col">
<div class="form-group">
<label for="status"><%= t 'patient.shared.status' %> <%= tooltip_shell status_help_text(patient) %></label>
<input type="text" value="<%= patient.status %>" class="form-control form-control-plaintext" id="patient_status_display" autocomplete="off">
<input type="text" value="<%= patient.status %>" class="form-control form-control-plaintext" id="patient_status_display" autocomplete="off" disabled>
</div>
</div>

Expand Down

0 comments on commit 59d8ea8

Please sign in to comment.