UNPKG

fonteva-design-guide

Version:

## Dev, Build and Test

19 lines (18 loc) 788 B
<template> <c-pfm-help-text content={helpText} label={label} backend="true" if:true={hasLabel} required={required}> </c-pfm-help-text> <c-pfm-input-lookup query={otherAttributes.query} row-icon={otherAttributes.rowIcon} row-subtitle={otherAttributes.rowSubTitle} selection={otherAttributes.selection} placeholder={otherAttributes.placeholder} is-multi-entry={otherAttributes.isMultiEntry} errors={otherAttributes.errors} scroll-after-n-items={otherAttributes.scrollAfterNItems} custom-key={otherAttributes.customKey} row-id={otherAttributes.rowId} row-title={otherAttributes.rowTitle} onselectionchange={valueChangedEvent} ></c-pfm-input-lookup> </template>