Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Add input_check_search() #484

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Add input_check_search() #484

wants to merge 3 commits into from

Conversation

cpsievert
Copy link
Collaborator

@cpsievert cpsievert commented Feb 10, 2023

Hello world example:

shinyApp(
    page_fluid(input_check_search("foo", state.name)), 
    function(...) {}
)

TODO

  • Move inst/component/check-search.js to TypeScript (i.e., srcts)
  • Should input_check_search() work without Shiny?

tags$input(
type = "checkbox",
class = "form-check-input",
class = "shiny-no-bind",
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Note to self: try to remember why this is here...I think this'll require a shiny PR 😅

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@CLAassistant
Copy link

CLAassistant commented Jun 20, 2023

CLA assistant check
All committers have signed the CLA.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants