Disabling tooltips for barcode scanner
You can disable tooltips for barcode scanner components by including the disableTooltip configuration parameters in the extension-config.json file.
To disable the tooltips for barcode scanner components, complete the following steps:
- Open the file:
<Store-temp>/extensions/override-static-assets/root-config/custom/extension-config.json
- To disable the tooltips on the barcode scan button and the scan input, add the following configuration parameters to the file.
"disableTooltip": { "barcodeScanButton": true, "barcodeScanInput": true } - Start the application by running the following command, and verify whether the changes are reflecting.
yarn start-app
The following table describes the configuration options to disable tooltips.
| Key | Description |
|---|---|
| barcodeScanButton | Disable the tooltip on the barcode scan button. |
| barcodeScanInput | Disable the tooltip on the barcode scan input. |