mirror of
https://github.com/qlik-oss/nebula.js.git
synced 2026-05-31 01:00:18 -04:00
test: add data-testid for search input field (#1202)
This commit is contained in:
committed by
GitHub
parent
fc530177da
commit
5a52defb92
@@ -190,6 +190,7 @@ export default function ListBoxSearch({
|
||||
inputProps={{
|
||||
tabIndex: keyboard && (!keyboard.enabled || keyboard.active) ? 0 : -1,
|
||||
style: { textAlign: `${inpuTextAlign}` },
|
||||
'data-testid': 'search-input-field',
|
||||
}}
|
||||
/>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user