Skip to content

Instantly share code, notes, and snippets.

@lightningspirit
Created May 11, 2022 08:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lightningspirit/68b8f2c92ef5a6f27dc5a1a13f4cd137 to your computer and use it in GitHub Desktop.
Save lightningspirit/68b8f2c92ef5a6f27dc5a1a13f4cd137 to your computer and use it in GitHub Desktop.
Fields Ano Mês
[{
"id": "year",
"type": "year",
"label": "Em que ano ficou desempregado/a",
"min": 2008
},
{
"id": "month",
"type": "select",
"label": "E em que mês",
"options": [{
"value": 1,
"label": "Janeiro"
},
{
"value": 2,
"label": "Fevereiro"
},
{
"value": 3,
"label": "Março"
},
{
"value": 4,
"label": "Abril"
},
{
"value": 5,
"label": "Maio"
},
{
"value": 6,
"label": "Junho"
},
{
"value": 7,
"label": "Julho"
},
{
"value": 8,
"label": "Agosto"
},
{
"value": 9,
"label": "Setembro"
},
{
"value": 10,
"label": "Outubro"
},
{
"value": 11,
"label": "Novembro"
},
{
"value": 12,
"label": "Dezembro"
}
]
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment