- Added
clearSearchTreeview()
function.
- Updated icons to works with phosphoricons v0.2.0 release.
expandTreeview()
: expand a specific node now expand its parent.- Fixed
expandTreeview()
example not working.
treecheckInput()
: fixed bug in selected value when providing all values of a node and also the node name.
- Don't send all nodes as input by default
- Fixed
selected =
argument when using an ID to select initial value(s).
- New function
updateTreeview()
to update label and selected value from the server.
- Use phosphoricons for icons.
- Fixed a bug in
selected =
argument.
- Internal: use {packer} to manage JavaScript assets.
- Fixed escaping special characters.
- Allow to pass options to JavaScript method in
treecheckInput()
. make_tree()
: addedlevels_id
to use an other variable as ID.
- Initial release: Hierarchical tree structures input for Shiny applications.