Skip to content

Commit

Permalink
Set the default value used in the picker.
Browse files Browse the repository at this point in the history
  • Loading branch information
musale authored Jun 12, 2023
1 parent 3646ede commit 52b9795
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ registerFluentComponents(fluentCombobox, fluentOption);
* @extends {MgtTemplatedComponent}
*
* @cssprop --picker-background-color - {Color} Picker component background color
* @cssprop --picker-list-max-height - {String} max height for options list
* @cssprop --picker-list-max-height - {String} max height for options list. Default value is 380px.
*/
@customElement('picker')
export class MgtPicker extends MgtTemplatedComponent {
Expand Down

0 comments on commit 52b9795

Please sign in to comment.