Skip to content

Commit

Permalink
improve docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hirsch88 committed Apr 30, 2024
1 parent 27d22e9 commit ec25617
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions packages/core/src/components.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -722,7 +722,7 @@ export namespace Components {
*/
"disabled": boolean;
/**
* If `true` there will be on trigger icon visible
* If `true` there will be no trigger icon visible, so no UX indicator for a picker
*/
"freeSolo": boolean;
/**
Expand Down Expand Up @@ -2723,7 +2723,7 @@ export namespace Components {
*/
"filter": BalProps.BalSelectFilter;
/**
* If `true` there will be on trigger icon visible
* If `true` there will be no trigger icon visible, so no UX indicator for a popup
*/
"freeSolo": boolean;
/**
Expand Down Expand Up @@ -5761,7 +5761,7 @@ declare namespace LocalJSX {
*/
"disabled"?: boolean;
/**
* If `true` there will be on trigger icon visible
* If `true` there will be no trigger icon visible, so no UX indicator for a picker
*/
"freeSolo"?: boolean;
/**
Expand Down Expand Up @@ -7747,7 +7747,7 @@ declare namespace LocalJSX {
*/
"filter"?: BalProps.BalSelectFilter;
/**
* If `true` there will be on trigger icon visible
* If `true` there will be no trigger icon visible, so no UX indicator for a popup
*/
"freeSolo"?: boolean;
/**
Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/bal-date/bal-date.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export class Date implements ComponentInterface, Loggable, BalAriaFormLinking {
@Prop() readonly = false

/**
* If `true` there will be on trigger icon visible
* If `true` there will be no trigger icon visible, so no UX indicator for a picker
*/
@Prop() freeSolo = false

Expand Down
2 changes: 1 addition & 1 deletion packages/core/src/components/bal-select/bal-select.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ export class Select implements ComponentInterface, Loggable, BalAriaFormLinking
@Prop() balTabindex = 0

/**
* If `true` there will be on trigger icon visible
* If `true` there will be no trigger icon visible, so no UX indicator for a popup
*/
@Prop() freeSolo = false

Expand Down

0 comments on commit ec25617

Please sign in to comment.