Page History
...
- dataTestId – Sets the testing hook ID for automated testing. For example, setting to "customer-lookup" allows test scripts to reliably locate this component.
Links
- Figma: tba
- Live style guide: https://e1-dev.k8s.myapp.de/live-style-guide/id3/1-text-input
Guidelines
Usage
- Use Lookup Input for large, searchable datasets. Connect to data with
getElementsDataSourceId, configure the grid viaelements, and keep performance withenablePagination+pageSize. - Store a stable identifier and show a readable label: use
valueKey(stored),displayValueKey(shown), and submit usingdataFieldwithcontrolsRequestType. - Persist frequent selections across sessions with
saveInLocalStorage. - Pre-fill only when it’s clearly correct using
defaultValue.
...