You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What are you trying to achieve or the steps to reproduce ?
Hi. I found that via options impossible to disable language.key. I've tried to put false and empty string. As a workaround string with one space works. But seems like it is not ok and looks weird.
constschema=Joi.object().keys({domain: Joi.string().alphanum().required().options({language: {// key: false, - not working// key: '', - not workingkey: ' ',// worksstring: {alphanum: 'check the spelling of your {{label}} domain and try again'},},}),});
What did you expect ?
Ability to disable language.key with false or something like that.
The text was updated successfully, but these errors were encountered:
Context
What are you trying to achieve or the steps to reproduce ?
Hi. I found that via options impossible to disable
language.key
. I've tried to putfalse
and empty string. As a workaround string with one space works. But seems like it is not ok and looks weird.What did you expect ?
Ability to disable
language.key
withfalse
or something like that.The text was updated successfully, but these errors were encountered: