SmartClient v131d 2023-12-18 Pro
Chrome 120.0.6099.110 but also in Firefox 120.0.1
The selected value of the ComboBox is not shown with the pre release 13.1 Version
isc.DynamicForm.create(
{
"ID":"yearToolStripForm_45",
"hideUsingDisplayNone":false,
"hoverWidth":200,
"autoFocus":true,
"selectOnFocus":true,
"itemHoverDelay":1200,
"readOnlyDisplay":"static",
"fields":
[
{
"ID":"yearComboBoxItem_45",
"name":"yearComboBoxItem_45",
"title":"Jahr",
"type":"select",
"width":"100%",
"iconWidth":24,
"iconHeight":24,
"prompt":"Kalenderjahr für Urlaubsanträge und Fehlzeiten auswählen",
"readOnlyDisplay":"static",
"showIcons":true,
"hoverWidth":200,
"valueIconSize":16,
"valueMap":
{
"3":"2024",
"2":"2023",
"5":"2026",
"1":"2022",
"4":"2025",
"6":"2027"
}
}
],
"values":
{
"yearComboBoxItem_45":5
}
}
)
Chrome 120.0.6099.110 but also in Firefox 120.0.1
The selected value of the ComboBox is not shown with the pre release 13.1 Version
isc.DynamicForm.create(
{
"ID":"yearToolStripForm_45",
"hideUsingDisplayNone":false,
"hoverWidth":200,
"autoFocus":true,
"selectOnFocus":true,
"itemHoverDelay":1200,
"readOnlyDisplay":"static",
"fields":
[
{
"ID":"yearComboBoxItem_45",
"name":"yearComboBoxItem_45",
"title":"Jahr",
"type":"select",
"width":"100%",
"iconWidth":24,
"iconHeight":24,
"prompt":"Kalenderjahr für Urlaubsanträge und Fehlzeiten auswählen",
"readOnlyDisplay":"static",
"showIcons":true,
"hoverWidth":200,
"valueIconSize":16,
"valueMap":
{
"3":"2024",
"2":"2023",
"5":"2026",
"1":"2022",
"4":"2025",
"6":"2027"
}
}
],
"values":
{
"yearComboBoxItem_45":5
}
}
)
Comment