Search
InputAttributes represents the attributes of an input node
@type t() :: %Ory.Model.UiNodeInputAttributes{ autocomplete: String.t() | nil, disabled: boolean(), label: Ory.Model.UiText.t() | nil, name: String.t(), node_type: String.t(), onclick: String.t() | nil, pattern: String.t() | nil, required: boolean() | nil, type: String.t(), value: AnyType | nil }