-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create new field type: StringSearch #27
Create new field type: StringSearch #27
Conversation
Was necessary to replace fetch-everywhere by isomorphic-fetch to allow tests using fetch-mock
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Well done !!! 👏
Check my comment
src/core/types.ts
Outdated
message = `${messages.didYouMean}: ${results[0].label}?`; | ||
options = [ | ||
{ label: 'Sim', value: results[0].value }, | ||
{ label: 'Não', value: null }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use translations here
You forgot to add the |
It makes sense, @andersonba and would those messages be able to be overridden by rule's configs? |
Yeah! Should be overriden. |
Closes #29