Skip to content

Commit

Permalink
add a UI element on how to complete the selection (closes #79)
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpcouch committed Feb 14, 2025
1 parent 62bd6cb commit efa2ab5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion R/init-addin.R
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,11 @@
$('.selectize-input input').focus();
}, 100);
});
"))
")),
shiny::tags$div(
style = "position: absolute; bottom: 10px; left: 0; right: 0; color: #999;",
"Press [Enter] to submit."
)
)
)

Expand Down

0 comments on commit efa2ab5

Please sign in to comment.