createSelectOptions {shinyMobile} | R Documentation |
Create option html tag based on choice input
Description
Used by f7SmartSelect and f7Select
Usage
createSelectOptions(choices, selected)
Arguments
choices |
Vector of possibilities. |
selected |
Default selected value. |
[Package shinyMobile version 2.0.1 Index]