Inputs
Textstem comes with a range of handy inputs for building forms. They are typically added to Blade templates like this:
Textstem comes with a range of handy inputs for building forms. They are typically added to Blade templates like this:
<x-textstem::inputs.text
name="text"
value=""
type="text"
:suggestions="$list"
></x-textstem::inputs.text>
These inputs can be grouped as followings:
These are the familiar form inputs with some texstem style.
Selectors allow admin to select items from a list of options displayed in a popup menu or modal. Sometimes, the collected value is an ID but the display is different (it might be a title or an icon or a combination of things).
Like Selectors, these allow admin to select items from a list of options. However the options are displayed in a ist rather than a modal.
Collections are manually created, sortable lists of things. Collection works with many types. Collections can be configured with
These are some basic inputs that have been preconfigured for quick and easy use.
These are some basic inputs that have been preconfigured for quick and easy use.