Hi there,
When showing the weeks in the datepicker of a DateItem there seems to be some missing filling in the top bar.
Version: SmartClient_v111p_2017-08-16_Pro
Browser: Firefox 54.0.1 (32-Bit), Chrome Version 60.0.3112.101
Skin: Tahoe
Density: Medium
You also can test it here: https://www.smartclient.com/smartcli...sizeIncrease=4
Without "showChooserWeekPicker"
With "showChooserWeekPicker"
Best regards
When showing the weeks in the datepicker of a DateItem there seems to be some missing filling in the top bar.
Version: SmartClient_v111p_2017-08-16_Pro
Browser: Firefox 54.0.1 (32-Bit), Chrome Version 60.0.3112.101
Skin: Tahoe
Density: Medium
You also can test it here: https://www.smartclient.com/smartcli...sizeIncrease=4
Without "showChooserWeekPicker"
With "showChooserWeekPicker"
Code:
isc.DynamicForm.create({ ID: "dateForm", numCols: 2, width: 300, fields: [ {name:"directInputDate", title:"Direct Input Date", type:"date", useTextField:true, wrapTitle:false, change:"dateLabel.setContents(value)","editorProperties": {"showChooserWeekPicker": true}} ] });
Comment