Vinicius Dacal
Results
3
issues of
Vinicius Dacal
When trying to use cep as a number, validation does not work, because the validation is checking for `value.length`. We could add a `toString()` before checking `length`. ## --- Want...
help wanted
needs: work
regarding #89. Changed the code, add the description on README and also add two test cases.
currently, we only have an option `hasMore` to indicate if we have more options or not. In the code, we have `hasMore &&` to show or not the `Loader`(spinner). The...