Dialpad first version#1870
Conversation
|
Error text is a little unreadable in dark mode: Looks to ahve a different value to sendbox's: Can you check out @mgamis-msft's PR to keep these two values consistent: #1861 |
Checked with Alex P and he said since dialpad is keyboard editable, we are not adding in a delete button for now, just to keep things simple |
Updated color for error text |
|
|
||
| import { formatPhoneNumber } from './formatPhoneNumber'; | ||
|
|
||
| describe('Dialpad numbers should be formatted based on NA phone format by formatPhoneNumber function', () => { |
|
Failed to pass the UI Test. If this PR is for UI change and the error is snapshot mismatch, please add "ui change" label to the PR for updating the snapshot. |




What
Created a dialpad component that allows user to click on the dialpad/ use keyboard to enter numbers
Why
This is a required feature for PTSN calling
How Tested
Tested in storybook


Process & policy checklist
Is this a breaking change?