Chris Olsen

Results 35 issues of Chris Olsen

![Image](https://github.com/user-attachments/assets/dff05564-c44a-486e-9d67-566095b917b2) 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...

Input

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...

Date picker

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"...

released on @alpha

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....

released on @alpha
Public form

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...

Checkbox

# 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...

Dropdown

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...