Skip to content

Commit

Permalink
fix(SelectCustom): add default value to placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
benjamincanac committed Feb 15, 2022
1 parent 4e0d23e commit 8492e16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runtime/components/forms/SelectCustom.vue
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const props = defineProps({
},
placeholder: {
type: String,
default: null
default: 'Select an option'
},
size: {
type: String,
Expand Down

1 comment on commit 8492e16

@vercel
Copy link

@vercel vercel bot commented on 8492e16 Feb 15, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

Please sign in to comment.