| Select an item from a list of values, using an [X]HTML <select> element on the client side.
An validation decorations will go around the entire <select> element.
A core part of this component is the
ValueEncoder (the encoder parameter) that is used to
convert between server-side values and client-side strings. In many cases, a
ValueEncoder can be generated automatically from the type of the value parameter. The
ValueEncoderSource service provides an encoder in these situations; it can be overriden
by binding the encoder parameter, or extended by contributing a
ValueEncoderFactory into
the service's configuration.
|