This is a search box plugin with autocomplete, developed for use in Sap Lumira Designer.
It completes the entered value with the data from datasource. The entered value can be sent to other components.
- Autocomplete
- Datasource bindable
- Customizable labels
- AutoSubmit option
- Customizable submit button color
- Communicate with other Lumira components
After downloading customSearchBarFeature.zip, you can follow SAP Developer Guide for deploying SDK component. https://help.sap.com/viewer/c6b865deccde49b1b3572398ceabf0b6/2.0.2.0/en-US/48071e6e43af48d88cb00bab753fce49.html
After the installation is complete, you can start using the following steps.
First, add the component to the document.
Edit Placeholder, Search Text, use Button and Submit Color properties. (If you want to click the button to send the data, use the "use Button" property to true. If you want to automatically send the selected value, you can set it to false. )
Select the column to search for by specifying a new datasource.
Connect the component with the created datasource.
You can now use the auto-complete feature.
You can use the component's onClick feature to communicate with other components. The default onClick function is this.getSearchValue() and is used to fetch the entered value.
Added AutoSubmit option
Added submit button color customization feature
Fixed multiple components problem
Added deployable feature
Updated Readme
Fixed issue not appearing in dialog box.
Built-in sizing feature added.
First Push
Autocomplete Search Box Component is developped by BiSoft Bilgi Teknolojileri and available freely under the MIT license.