Skip to content
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

feat(validator): allow to use custom validator #16

Closed
wants to merge 20 commits into from

Commits on Sep 20, 2021

  1. feat(contry-selector): add favorites countries & few others props

    * add properties :
      * favoritesCountries : list of isoCode to be displayed on top of the list
      * sortCountries : whether country should be order by localised name
      * addSeparator : whether a divider should be added between favorites and defaults countries
      * showDialCode : whether the dial code should be displayed as ListTile subtitle
      * noResultMessage : the message displayed instead of the list when the search has no results
    * add proxy properties for above properties in selector navigator classes
    * add API docs on updated files
    * fix countryFinder mismatch order on cleaning search after performing a search
    emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    b257330 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2fa611 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    406a480 View commit details
    Browse the repository at this point in the history
  4. for github issue

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    6a4c173 View commit details
    Browse the repository at this point in the history
  5. arb files

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    54960b8 View commit details
    Browse the repository at this point in the history
  6. arb files

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    91814eb View commit details
    Browse the repository at this point in the history
  7. arb

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    c480c5c View commit details
    Browse the repository at this point in the history
  8. remove old assets

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    d4a82f4 View commit details
    Browse the repository at this point in the history
  9. adding missing translation

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    201d0df View commit details
    Browse the repository at this point in the history
  10. arb

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    f319973 View commit details
    Browse the repository at this point in the history
  11. arb

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    30a5f9f View commit details
    Browse the repository at this point in the history
  12. removed outdated asset

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    3513e99 View commit details
    Browse the repository at this point in the history
  13. testing

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    bbca66b View commit details
    Browse the repository at this point in the history
  14. uncommenting test

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    eaa3675 View commit details
    Browse the repository at this point in the history
  15. e

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1408f61 View commit details
    Browse the repository at this point in the history
  16. m

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    4781fdd View commit details
    Browse the repository at this point in the history
  17. passing tests

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    1454c47 View commit details
    Browse the repository at this point in the history
  18. remove unnecessary delegates

    cedvdb authored and emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    add73e7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    432fcfe View commit details
    Browse the repository at this point in the history
  20. feat(validator): allow to control & customize validation

    * add PhoneFormField "validator" property
    * [BC] remove PhoneFormField "errorText" & "phoneNumberType"
    * [BC] remove BasePhoneFormField "errorText"
    * add PhoneValidator class with static methods to customize how phonenumber is validated and the related error messages
    * add defaults translations strings for supported locales
    * add tests
    * update README
    * update CHANGELOG
    * [example] refactor code according to above change
    * [example] add required option
    emri99 committed Sep 20, 2021
    Configuration menu
    Copy the full SHA
    8d1df08 View commit details
    Browse the repository at this point in the history