Questions tagged as 'input'

2
answers

How can I not allow the browser to save the entered password? [duplicate]

On this site if you log in the browser does not ask you to save the password and if you enter again the fields will be blank. How does he do it? I searched the web, found some tips but none efficient like this site, at least in the crhome....
asked by 13.04.2018 / 17:11
2
answers

Max length in input type number html

I have an input type number <div class="form-group col-md-3"> <label class="lb">Valor total</label> <input type="number" min="0" id="idValorTotalProdutoP" ng-model="subTotalProduto" class="form-co...
asked by 18.03.2018 / 22:26
1
answer

How to create the ANNEX field in a form in xamarin forms?

I have a form being developed in a mobile application, one of the fields will have to capture an attachment. I know how to do in html using input , so what would be the attribute to do this using xamarin forms?     
asked by 15.02.2018 / 19:34
3
answers

Mask in form only in html and css

I'm starting in HTML / CSS and trying to mask just those tags (HTML / CSS) for the fields on my form. Is it possible or should I use JavaScript to import the masks? <label for="campo3">Data de Nascimento</label> <input id="...
asked by 05.03.2018 / 20:48
1
answer

Input in javaFx

I have the following program that draws an illusion of Pogendorff but I need it before it executes the number of rectangles and lines. That is, the N_BARS be put in input before executing the program. I leave the code: import javafx.applicatio...
asked by 12.12.2017 / 21:29
2
answers

How to analyze the input in the while condition?

I'm learning C, and as the language in which I was "literate" is Python, I usually make associations to assimilate better. In Python, I can get a direct value in the while condition. Ex.: while int(input()) != 0: faça isso It is also...
asked by 24.12.2017 / 05:25
1
answer

Why is a the value of an input type number and a string not a number?

I am wrong or if I get javascript with the value of an input type number will it be a string and not a number?     
asked by 12.08.2017 / 00:50
1
answer

Contact Form - Send date 0000-00-00

Good morning, I made a contact form and I put one but when I put the date right example: 08/31/2017, I click to send the date comes as: 2017/08/31, I would like to leave as default of Brazil . My input: <input type="text" onfocus="(this....
asked by 31.08.2017 / 14:30
2
answers

How to call a function in the click of the Input Type="date"

Friends, I have an issue that I would be happy if you could help me. I have a calendar created with <input type="date"> of Html5 . I need that when clicking a specific date it takes the value of the date and calls a PHP functi...
asked by 18.08.2017 / 19:41
1
answer

Help with placeholder that does not change color

People, I really need your help. I'm developing a website. I'm studying more accurately html5 and css3, and I'm getting a problem I can not solve ... Here is the format of the site in CodePen: link And if you want to download on your...
asked by 07.06.2017 / 08:05