feat: Add `getType()` support to **all** TS input bindings
Nobody has claimed this yet.
- Dominant language
- SCSS
- Stars
- 569
- Forks
- 72
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 5
Description
Ex handling of python value: https://github.com/posit-dev/py-shiny/blob/fcdc2d9efd69279556f405307308c4c7706a4110/shiny/input_handler.py#L169
Ex handling of R value: https://github.com/rstudio/shiny/blob/b56c275364c8a7e609274a61b775ef2e003f6399/R/server-input-handlers.R#L192
While the types wont necessarily always be leveraged, it is nice to have them available.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the TypeScript input bindings in the bslib repository, then compare their type handling with the linked Python and R examples. The work is done when all TypeScript input bindings expose getType() support consistently.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100