Skip to content
Merged
Prev Previous commit
Next Next commit
Remove allowReset: false from ComboboxControl story default args.
  • Loading branch information
juanfra committed Oct 25, 2025
commit 9055397ea0b7c495ad00a3affb1404cfc798143a
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export const Default = Template.bind( {} );
Default.args = {
__next40pxDefaultSize: true,
__nextHasNoMarginBottom: true,
allowReset: false,
label: 'Select a country',
options: countryOptions,
};
Expand Down