Category "input"

regex for accepting a-z letters and composite keys in angular

i like to limit input to accept only [a-z] letters and also composite keys like ctrl+A , ctrl+C , etc to handle natural behavior of html input . how can i do it

How do I add user input from JTextfield to Text file

I've been trying to create a simple register form using GUI and I am having a hard time in saving the user inputs from JTextfield to a txt file. So far this is

Beufy text input can not set value

I have a Buefy input field which needs to be cleared after clear icon click. In documentation it is solved via v-model value but I can not use model cause value

Keep k random strings from input file of unknown length in C

Problem I want to get input from a file of unknown length, separating the input to strings at a defined delimiter and saving some of them. After reading the ent

Input type file and button of different size in Bootstrap 4 html

I'm using Bootstrap 4 in html and I have an input box made of an input bar and a button. I set the size of the button to "lg" (large) but I can't set the input

how to submit a image with react-firebase-form in firebase?

const [photo,setPhot]=useState('') photo setPhoto(e.target.value)}/> const handleFormOnSubmit=e=>{ updateProfile({photoURL:photo}) const [photo,setPho

What's the difference between `raw_input()` and `input()` in Python 3?

What is the difference between raw_input() and input() in Python 3?

how to switch between inputs in converter app in react?

I built a celsius(as input) to fahrenheit(as output) conveter with react But I want to switch between celsius and fahrenheit as input and output I mean when I c

Asking the user for input until they give a valid response

I am writing a program that accepts user input. #note: Python 2.7 users should use `raw_input`, the equivalent of 3.X's `input` age = int(input("Please enter yo

onChange is not working in react functional component while changing the value through state update

I am using mapbox in a project and here I am trying to get the latitude and longitude from the input box. I have set a value in input field and I want to change

How to apply CSS to the input fields of only one react component?

I am trying to apply CSS to the input fields of a react component. I have written CSS in a correspondent CSS file of a component but It is applied to input fiel

AntD React InputNumber Increase/Decrease buttons appear to start infinite loop

I am experiencing some unusual behaviour with AntD InputNumber component, specifically using the up/down incrementation buttons: I have a very basic implementa

How to input on the keyboard currency numbers such as: 289.54 in visual basic. What function do I use?

I have written a budget program years ago, and have recently discovered that the fractional parts of the input are being rounded. For example an input of 289.54

How to download multiple files using wget in linux and save them with custom name for each downloaded file

How to download multiple files using wget. Lets say i have a urls.txt containing several urls and i want to save them automatically with a custom filename for e

Why does a checkbox get checked after another checkbox above gets removed?

I have an array of my clients' pending requests that I iterate through, creating a div with relevant information for each pending request. Within each div, ther

How can I compare User and password input to a text file?

Heyoo! I'm creating a simple login form using the swing package in java and I am having trouble in checking if the username and password is correct or not. this

pointer events: none; not working on <input type="number"; chrome

i have set the css for the following input element with type number element to pointer events none however if i spam click the exact point where the current val

Asking the user for input until they give a valid response

I am writing a program that accepts user input. #note: Python 2.7 users should use `raw_input`, the equivalent of 3.X's `input` age = int(input("Please enter yo

How can I avoid code duplication in Unity3d?

How can I shorten this code and avoid copying, what do you advise? The method is used to move the camera in space using buttons private void HandleMovementInpu

Unity New Input system click UI elements

My game is a 3D shooter, and the player can shoot if left mouse button is clicked. The problem is that I have also an UI Menu with buttons to restart the game,