Filter from first character in select-one component
Content
Hi All,
I am using select-one component with filter option but not working as expected. Its filtering and highlighting the character even if it is at the middle or at the end of the word as I type. So is there a way to make the filter option to look at the beginning of the word alone and return the result?
Example: Ivan smith
Roger smith
Smith field
If I type 's' then I should only able to see 'Smith field' as an option and other names should not be displayed.
Code :
<oj-select-one id="partName" label-hint="Party Name"
Tagged:
0