PhilanthropyDataCommons / service

A project for collecting and serving public information associated with grant applications
GNU Affero General Public License v3.0
8 stars 2 forks source link

Update phone number validation #883

Closed hminsky2002 closed 5 months ago

hminsky2002 commented 5 months ago

This PR replaces phone number validation for proposal field values that was hardcoded as a regex in PR #867 with validation using the Phone package. The phone package also offers formatting of phone numbers which may be a valuable feature in the future if/when we address formatting user input.

Closes #874