Text Input

See: https://www.carbondesignsystem.com/components/text-input/usage/

Text inputs enable the user to interact with and input content and data. This component can be used for long and short form entries.

Overview

There are instances, sometimes in the same form, where you need users to enter both short and long form content. Allow the size of the text input box to reflect the length of the content you expect the user to enter.

class carbondesign.tags.text_input.TextInput(*args, **kwargs)

Text Input component.

NODE_PROPS = ('light',)

Extended Template Tag arguments.

prepare(values, context)

Prepare values for rendering the templates.

prepare_element_props(props, context)

Prepare html attributes for rendering the form element.

render_default(values, context)

Output html of the component.

render_tmpl_icon_invalid(values, context)

Dynamically render a part of the component’s template.

class carbondesign.tags.text_input.PasswordInput(*args, **kwargs)

Password Input component.

prepare(values, context)

Prepare values for rendering the templates.

prepare_element_props(props, context)

Prepare html attributes for rendering the form element.

render_default(values, context)

Output html of the component.

render_tmpl_visibility(values, context)

Dynamically render a part of the component’s template.

class carbondesign.tags.text_input.DumbTextInput(*args, **kwargs)

Text Input component but without Django form.

NODE_PROPS = ('light',)

Extended Template Tag arguments.