-
Notifications
You must be signed in to change notification settings - Fork 37
Conversation
Cloud someone please test this .😄 thanks |
Thanks for the PR! We need to update typing and fix a snapshot before this can be merged. If you'd like to do this, the instructions are below, otherwise we are happy to take over: Step 1: in FieldInput component, add a type |
Ok, I think I figured it out.
Then in the repo folder
But got an errors in 'packages/teleport/src/components/FormLogin/FormLogin.story.test.tsx'.
Even managed to work out the dev proxy test
|
Updated FormLogin story snapshot
awesome, just one more change needed to get the tests passing, in FieldInput file, add a type 'tel': |
Added type 'tel' to FieldInput
/gcbrun |
The test did pass, But it seam when I Merged the current to my Fork it removed the test results. |
/gcbrun |
/gcbrun |
Thanks for the contribution, @t-rutter 🙌 |
/gcbrun |
/gcbrun |
5f8aef1b Update FormLogin.tsx (gravitational/webapps#608) gravitational/webapps@5f8aef1b [source: -w master] [target: -t master]
5f8aef1b Update FormLogin.tsx (gravitational/webapps#608) gravitational/webapps@5f8aef1b - number pad popup for number inputs - disable auto complete on ssh login input - fix spelling - simplify manual instructions for nodes - update api responses for get resources (wrapped in obj) - enterprise versions supply enterprise download links - include cluster name with `tsh login` for kube instruction - windows desktop - maintain aspect ratio - fix clipboard sync - per session mfa [source: -w master] [target: -t master]
Changed login form 'Authenticator code' input field type from 'text' to 'tel'.
In html the two are functional the same, But allows for client improvements for number input.
Allows 'Authenticator code' autofill on iOS 15 and Safari 15 .
On other devices an the onscreen keyboard may change to an number pad for easier code input.