Category "input"

Input field caret position problem in react

Hey, everybody. I'm new in web dev. I have a task on react to increase days in first part of string in input field by clicking 'ArrowUp' button. In addition mut

How to create in-app keyboard in android using jetpack compose?

In View system, we can using InputConnection to create in-app keyboard. But in Jetpack compose, i don't know how to do that. Can you help me, please?

bypass input values in GitHub Actions workflow to a terraform variables file

As part of provisioning google cloud resources with GitHub actions using terraform I need to bypass some input values using terraform variables file, the issue

I was making a simple calculator using python but I got stuck in a stage [closed]

Here this is my code, I made many mistakes here but I don't know how to fix all the errors. In this code we need to give a number as an input

How to handle input file validation using html form

I have try to form validation with input type file . When i try to validate attached files missing. I need to again and again upload the files in form. Anyone c

Auto focusing on the gmail input field and then auto-filling it

I've gone through all the links that direct me towards using .focus() and/or auto focus(I don't need auto-focus as my work doesn't involve handling the html). I

Positioning an options menu in MUI TextField select

I am using a MUI TextField component with a select prop, and do not manage to position the options menu below the input field (the menu covers the input field w

Change input button text to Font Awesome icon

I have an input button with text 'Add'. I would like to change the styling so that I can add a Font Awesome icon. How can I achieve this? Here is the fiddle: ht

How to access just the changed data of an 'input' event regardless of text deletion or insertion like pasted or typed or restored text for the latter?

I have a textarea and would like to return the most recent change to the text for use in avia JavaScript function. That would include: Text that is input via ke

HTML text box and button that redirects user to a page of same name not working when <form> is added

Below is a code that redirects people to a page of the same name. For example, if I type in the word 'chocolate' and click 'Submit', the user should be redirect

C++ - Reading a line without getline [duplicate]

I am trying to read user entered data from the stream and then store it in a custom String class. To my best knowledge, std::getline() can rou

HTML input set type from value

Is there any known way of getting the input tag type by checking the default value set for that input? i.e. if the input default value is set to true or false t

How to pass data to MVC Controller using React.js?

I'm doing a project using React.js as Front End and Asp.net MVC as Back end Process. Now my query is i have to pass user input values to Controller Method. . I

Widget appears after the user's input

I'm creating a GUI and I had an issue. My GUI is going to interact with the users, so depending on the user's input I want a button to appear. How can I do it?

input() error - NameError: name '...' is not defined

I am getting an error when I try to run this simple script: input_variable = input("Enter your name: ") print("your name is" + input_variable) Let's say I type

How to take a tuple of two lists from user input?

How to take a tuple of two equal-size lists from user input at a bash terminal from within a python script? Let's assume we want the program to register the fol

How to read a single char from the console in Java (as the user types it)?

Is there an easy way to read a single char from the console as the user is typing it in Java? Is it possible? I've tried with these methods but they all wait fo

How to make new line input message by pressing shift + enter? Angular

I have a chat box with a single input field. I want to make handle new line input like Facebook's chatbox. My Chat Box: [1]: https://i.stack.imgur.com/NeG7d.png

Multiple int input in same line python [duplicate]

I want to take multiple integer inputs in the same line. I know I can take str input and then convert them into integer in the next line but i

React Native: error "Input data should be a String" when using "react-native-markdown-display""

I get this error after using React-native-markdown-display package and I don't understand why... I have only strings in my content database, so it seem's to be