Skip to main content

render_value_input

Function render_value_input 

Source
fn render_value_input(key_type: &KeyType, current_value: &str) -> Markup
Expand description

Renders the appropriate HTML input element for the given key type.

Always returns a single element (no nested input-groups) so it can be a direct child of the main .input-group without breaking Bootstrap’s :first-child/:last-child border-radius selectors.