Closed hem-bhagat-tark closed 1 year ago
I can reproduce the problem, and I think I know what is causing it. Thanks for reporting.
Tracked as PSDK-291
Fixed in v1.4.3
@spudwebb Any estimate for the release of v1.4.3?
The Releases section is still showing v1.4.2 as the latest release.
Environment
HomeSeer
OS
Windows
HS Version
v4.2.14
Development
PSDK Version
v1.4.2.0
Language
C#
IDE
Visual Studio 2022
Dev OS
Windows
Plugin
I am developing a plugin
Problem
Description
I am creating an ActionType from the plugin I am developing. In my ActionType.OnNewAction I have initialized the page as follows,
In ActionType.OnConfigItemUpdate when the select list view 1 changes, I want to add two new select list views in the same grid row, so I have done as follows
In ActionType.OnConfigItemUpdate when the select list view 2 or select list view 3 changes, I have just returned true.
This is where I am facing the issue. The data of select list view 2 and 3 is saved and we can check that using <select list view 2>.Selection. But the select list view 2 and select list view 3 does not reflect this in UI. That is even though they have a value selected, the selected value is not shown in UI.
What am I doing wrong here?
Expected Behavior
The UI should reflect the selected value in select list 2 and select list 3.
Steps to Reproduce
Same as description
Screenshots
Not applicable
Logs
Not applicable