lightning icon indicating copy to clipboard operation
lightning copied to clipboard

Missing title in MSSQL credential form Input

Open mtuchi opened this issue 7 months ago • 0 comments

Description When a configuration schema property lacks a title, the credential form renders an input field without a corresponding title. This issue leads to a lack of clarity for users who cannot identify the purpose of the input field.

Steps to Reproduce

  1. Go to the credential page.
  2. Click on the "Add new Credential" button.
  3. Select mssql adaptor
  4. Scroll down on the credential form to see the all form inputs
  5. Observe the rendered input field without a title.

Expected Behavior The credential form should display a default title or a placeholder for input fields even if the configuration schema property does not have a specified title.

Actual Behavior Input fields are rendered without any title, leading to confusion for users.

Screenshots Screenshot 2024-07-05 at 9 08 20 AM

Environment

  • Version: [v2.6.3 (1.1.5)]

mtuchi avatar Jul 05 '24 08:07 mtuchi