Skip to content

Commit 3855803

Browse files
Revert "Add missing input binding method getType"
1 parent b8fd6a9 commit 3855803

File tree

4 files changed

+1
-13
lines changed

4 files changed

+1
-13
lines changed

NEWS.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
# master
2-
3-
* Add support for `shiny::registerInputHandler` in Shiny inputs; [pull 26](https://github.com/react-R/reactR/pull/26)
4-
51
# reactR 0.4.0
62

73
* Add Shiny input scaffold and functionality; [tutorial](https://react-r.github.io/reactR/articles/intro_inputs.html) and [pull 22](https://github.com/react-R/reactR/pull/22) thanks @alandipert

inst/www/react-tools/react-tools.js

Lines changed: 0 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inst/www/react-tools/react-tools.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

srcjs/input.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,6 @@ export function reactShinyInput(selector,
5959
find(scope) {
6060
return $(scope).find(selector);
6161
}
62-
getType(el) {
63-
return name;
64-
}
6562
getValue(el) {
6663
return this.getInputValue(el);
6764
}

0 commit comments

Comments
 (0)