mirror of
https://github.com/DeviceFarmer/stf.git
synced 2026-04-19 08:33:24 +02:00
8 lines
115 B
Plaintext
8 lines
115 B
Plaintext
input(
|
|
type='text',
|
|
native-autocomplete,
|
|
ng-model='text',
|
|
typeahead='["text1", "text2"]',
|
|
history='20'
|
|
)
|