馃悰 [Bug][Webapp] User Search Start should be at 3 Characters
Created by: Tirokk
馃悰 Bugreport
User Search Start should be at 3 Characters.
Todo
First implement constant in new file webapp/constants/user.js
:
export const NAME_LENGTH_MIN = 3
And use it at:
-
webapp: -
components/generic/SelectUserSearch/SelectUserSearch.vue
-