Skip to content

Commit

Permalink
Update packages/nimble-components/src/combobox/index.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Milan Raj <rajsite@users.noreply.github.com>
  • Loading branch information
atmgrifter00 and rajsite authored Apr 4, 2024
1 parent 2283a2e commit bd66dcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/nimble-components/src/combobox/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export class Combobox
* Sets the placeholder value of the element, generally used to provide a hint to the user.
*/
@attr
public placeholder = '';
public placeholder?: string;

/**
* The current state of the calculated position of the listbox.
Expand Down

0 comments on commit bd66dcc

Please sign in to comment.