function textFieldBuilder()
Creates a view builder for a text input field element.
function textFieldBuilder(
placeholder?: BindingOrValue<StringConvertible>,
): TextFieldBuilder;
Parameters
- placeholder — The placeholder text to display when the field is empty, or a binding.
Return value
A builder object for configuring the text field.
Related
class UITextField
A view class that represents a text field control.class UITextField
A view class that represents a text field control.
