This commit is contained in:
Ulf Gebhardt 2023-04-25 04:16:19 +02:00
parent efff3625a9
commit e228b42cc4
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -92,7 +92,11 @@ export default {
},
methods: {
isSearchable(){
return !isEmpty(this.value) && typeof this.value === 'string' && this.value.replace(/\s+/g, '').length >= 3
return (
!isEmpty(this.value) &&
typeof this.value === 'string' &&
this.value.replace(/\s+/g, '').length >= 3
)
},
isFirstOfType(option) {
return (