Top "Input" questions

Input is usually related to user input, i.e., to the data that user supplies to a running application.

How to remove focus border (outline) around text/input boxes? (Chrome)

Can anyone explain how to remove the orange or blue border (outline) around text/input boxes? I think it only …

css google-chrome input focus border
How to get the user input in Java?

I attempted to create a calculator, but I can not get it to work because I don't know how to …

java input
Set the value of an input field

How would you set the default value of a form <input> text field in JavaScript?

javascript html forms input html-input
Is there any way to change input type="date" format?

I'm working with HTML5 elements on my webpage. By default input type="date" shows date as YYYY-MM-DD. The question is, …

html css date input
How to get current formatted date dd/mm/yyyy in Javascript and append it to an input

I would like to add a current date to a hidden HTML tag so that it can be sent to …

javascript html input tags hidden
How to prompt for user input and read command-line arguments

How do I have a Python script that a) can accept user input and how do I make it b) …

python input command-line-arguments
Take a char input from the Scanner

I am trying to find a way to take a char input from the keyboard. I tried using: Scanner reader = …

java input char java.util.scanner
Can't bind to 'ngModel' since it isn't a known property of 'input'

I've got the following error when launching my Angular app, even if the component is not displayed. I have to …

javascript angular typescript input
How can I read inputs as numbers?

Why are x and y strings instead of ints in the below code? (Note: in Python 2.x use raw_input(). …

python python-3.x python-2.7 input int
How to set input type date's default value to today?

The HTML5 input types are great, Opera's new built-in date picker is a breeze, and Chrome has at least supported …

html date input