Skip to content

Commit

Permalink
fix(formly): remove default value on select
Browse files Browse the repository at this point in the history
Co-Authored-by: Bertrand Zuchuat <[email protected]>
  • Loading branch information
Garfield-fr committed Feb 12, 2025
1 parent ac6b3bd commit 5e2d0fa
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@ export class SelectComponent extends FieldType<FormlyFieldConfig<ISelectProps>>
protected cd: ChangeDetectorRef = inject(ChangeDetectorRef);
/** Default properties */
defaultOptions: Partial<FormlyFieldConfig<ISelectProps>> = {
defaultValue: null,
props: {
class: 'w-full',
editable: false,
Expand Down

0 comments on commit 5e2d0fa

Please sign in to comment.