Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create ui-c8y-1020-35-2-fix-typeahead-validation-when-using-json-path-in-display-property.md #2532

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
---
date: ""
title: Fix typeahead validation when using JSON path in 'displayProperty'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Claude AI suggested to use the following title:

Suggested change
title: Fix typeahead validation when using JSON path in 'displayProperty'
title: Typeahead validation fixed when using JSON path in 'displayProperty'

product_area: Application enablement & solutions
change_type:
- value: change-VSkj2iV9m
label: Fix
component:
- value: component-YbYJ3gLU_
label: Web SDK
build_artifact:
- value: tc-pjJiURv9Y
label: ui-c8y
ticket: DM-3955
version: 1020.35.2
---
Fix typeahead validation when using JSON path in 'displayProperty'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Claude AI suggested to use the following body:

Suggested change
Fix typeahead validation when using JSON path in 'displayProperty'
Previously, when using a JSON path in the 'displayProperty' of a typeahead control, the validation was not working correctly and could lead to unexpected behavior. This issue has now been fixed. Typeahead controls using a JSON path in 'displayProperty' will now properly validate the entered values. This change improves the reliability and usability of typeahead controls in forms and applications where JSON paths are utilized.

Loading