Skip to content

Commit

Permalink
finish
Browse files Browse the repository at this point in the history
  • Loading branch information
AugustoSavi committed Oct 5, 2021
1 parent 2fc9b58 commit 583d32b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ public String getPageHtml(Voto voto, List<Candidato> candidatos){
" <label for=\"floatingid\">id</label>\n" +
" </div>\n" +
" <div class=\"form-floating mb-3\">\n" +
" <select pattern=\"[^a-zA-Z0-9]\" class=\"form-control\" name=\"candidato\" id=\"floatingCandidato\">\n" +
" <option>Selecione o candidato</option>"+
" <select pattern=\"[^a-zA-Z0-9]\" class=\"form-control\" name=\"candidato\" id=\"floatingCandidato\" required >\n" +
" <option value=\"\">Selecione o candidato</option>"+
generateOption(voto,candidatos) +
" </select>\n" +
" <label for=\"floatingCandidato\">Candidato</label>\n" +
Expand Down

0 comments on commit 583d32b

Please sign in to comment.