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:

  1. Open the file:
    1. <Store-temp>/extensions/override-static-assets/root-config/custom/extension-config.json
  2. 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
    }
  3. 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.
Table 1. Configuration options
Key Description
barcodeScanButton Disable the tooltip on the barcode scan button.
barcodeScanInput Disable the tooltip on the barcode scan input.