mirror of
https://github.com/google/nomulus.git
synced 2025-08-21 16:51:10 +02:00
Use a 'number' input type for number fields in registrar creation
No tests for this since we don't have any to begin with ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=252508756
This commit is contained in:
parent
203206171e
commit
0b51c50a0d
2 changed files with 4 additions and 0 deletions
|
@ -223,6 +223,7 @@
|
|||
{param name: 'ianaId' /}
|
||||
{param value: $ianaId /}
|
||||
{param placeholder: 'required' /}
|
||||
{param type: 'number' /}
|
||||
{param description kind="text"}
|
||||
Registrar IANA ID.
|
||||
{/param}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue