Chris Olsen
Chris Olsen
 Currenlty, there is a `9px` padding at the bottom of the input, changing this to 8px results in the 42px desired height, which results in top/bottom alignment between dropdowns...
Currently the calendar and datepicker return a `Date` typed value within the _change event. This is resulting in timezone conversions having to be handled to prevent incorrect dates to be...
Currently the form summary only shows input element when data is entered, and removes them if the value is blank. As per some design recommendations this needs to change. "input"...
Date values obtained by the datepicker (type=input) are returned via the `_change` event in a `yyyy-MM-dd` format, and in the form summary are also being displayed in that same format....
The checkbox and radio reveal slots allow for nested components to be shown/hidden if the input is selected or not. The docs need to be updated for this. Below is...
# Before (the change) # After (the change) ## Make sure that you've checked the boxes below before you submit the PR - [x] I have read and followed the...
Currently in Safari (latest?) shadow artifacts appear when closing a dropdown menu. If the browser window is resized the artifacts are removed, so this is a browser rendering issue. This...
# Info Dropdowns under Playground Controls are all appearing extremely wide. The placement is also very wrong, if there isn't space at the bottom of the Dropdown, forcing it to...
When changing dynamically bound dropdown items, if the items are reduced and no new items are added, the dropdown items would not change. # Before (the change) - Bind the...
# Before (the change) The ui-components-common libs was published to npm and teams were required to manually add that lib to the package file. # After (the change) Teams will...