| | |
| | | * @Author: chen jing wu |
| | | * @Date: 2023-05-25 13:59:44 |
| | | * @LastEditors: chen jing wu |
| | | * @LastEditTime: 2023-10-11 11:43:30 |
| | | * @LastEditTime: 2023-10-24 14:48:59 |
| | | --> |
| | | <template> |
| | | <div data-id="myInput"> |
| | |
| | | <div class="slds-combobox__form-element slds-input-has-icon slds-input-has-icon_right" role="none"> |
| | | <template if:false={recordselected}> |
| | | <input class="slds-input slds-combobox__input" id="combobox-id-1" aria-autocomplete="list" aria-controls="listbox-id-1" |
| | | role="textbox" type="text" placeholder="Search..." onkeyup={onKeyChange} value={selectedValue}/ disabled={disabled} onclick={onKeyChange} onblur={clear}> |
| | | role="textbox" type="text" placeholder="Search..." oninput={onKeyChange} value={selectedValue}/ disabled={disabled} onclick={onKeyChange} onblur={clear}> |
| | | </template> |
| | | <template if:true={recordselected}> |
| | | <span class="slds-pill slds-pill_link fullWidth slds-input slds-combobox__input"> |