shinySearchbar 1.0.0 -
5/14/20
- searchbar()as a- uifunction to include
the searchbar widget
- updateMarkOptions()as a- serverfunction
to update the mark.js options for an initialized searchbar widget
- Default mark.js options included internally as the
configuratorlist (accessible withshinySearchbar:::configurator)
- Passed to JavaScript in JSON format using
jsonlite::toJSON()
 
- Designed around mark.js v8.1.1, including all API options
except for the callback functions: each,filter,noMatch, anddone(used
interally)