fix: MR155

This commit is contained in:
Jean-Baptiste Pasquier
2020-05-20 16:42:11 +02:00
parent 4c446282fb
commit f9653163ed
6 changed files with 25 additions and 3 deletions

View File

@ -0,0 +1,15 @@
import { widgetFactory } from 'https://unpkg.com/@startinblox/core@0.9/dist/widgets/widget-factory.js';
const HublSearchUsers = widgetFactory(
'hubl-search-users',
`<input
data-holder
autocomplete="off"
placeholder="\${label}"
type="text"
name="\${name}"
value="\${escapedValue}"
>`
);
export { HublSearchUsers }