Skip to content

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.

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

Successfully merging this pull request may close these issues.

2 participants