select Remote Ref
@Composable
Creates Select component with a remote data source, returning a reference.
Return
a Select component
Parameters
service Manager
RPC service manager
function
RPC service method returning the list of options
state Function
a function to generate the state object passed with the remote request
request Filter
a request filtering function
refresh On Focus
determines if the options should be refreshed when the component gets focus
options
an initial list of options (value to label pairs)
value
initial value
multiple
determines if multiple value selection is allowed
size
the number of visible options
name
the name of the select
placeholder
the placeholder for the select component
disabled
whether the select is disabled
required
whether the select is required
class Name
the CSS class name
id
the ID of the select component
setup
a function for setting up the component