Skip to content

Commit

Permalink
Merge pull request #491 from ucdavis/JCS/WorkAround
Browse files Browse the repository at this point in the history
Jumping Cursor on Edit
  • Loading branch information
jSylvestre authored Jan 8, 2025
2 parents 8ed9480 + ea5ecd4 commit 29b64ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Hippo.Web/ClientApp/src/components/Admin/Groups.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ export const Groups = () => {
className="form-control"
id="displayNameLookup"
placeholder="Group name or description here"
value={editGroupDisplayName}
onChange={(e) => {
defaultValue={editGroupDisplayName}
onBlur={(e) => {
setEditGroupDisplayName(e.target.value);
setReturn(e.target.value);
}}
Expand Down

0 comments on commit 29b64ec

Please sign in to comment.