Questions tagged as 'input'

1
answer

Save names entered in input in the same variable

I am practicing the SESSION_START () in php. I have an input where to enter names, and I want all the names entered to be saved in the same variable to create a list with all the names entered. This is the code .. <form action="sesion.ph...
asked by 08.11.2018 / 17:02
1
answer

When inserting number in input, update the other two without having to change input

As I said in the question, I am updating some inputs through what I insert in two of them, the quantity and the unit price. Now I am updating well with AJAX, but you need to change the input to actialize, is there any way to write if you update...
asked by 27.10.2018 / 18:30
2
answers

Take value input range and print it on a div

I'm wanting to show some price data through inputs and javaScript. Select products <select class="form-control corrigForm" name="maquina" id="maquina"> <option value="0" disabled selected>Seleccione una Maquina...</optio...
asked by 26.09.2018 / 11:38
1
answer

Switch from one input to another automatically

Working with ionic I have three inputs with 4 digits each What I try to do is that when someone puts the first 4 numbers in the first input automatically pass to the next input without having to use tabindex, if someone could guide me a...
asked by 19.07.2018 / 15:04
1
answer

Switch to function typescript html code

I have a code that passes me from input to input automatically when it reaches maxlength and what I wanted was to pass it to a function, my little knowledge of ts or js makes me not know where to throw, I leave what I have <input type="text...
asked by 20.07.2018 / 10:50
2
answers

Retrieve select input value

I have the following piece of code that allows me to store new information in a MySQL database and also allows me to recover the saved information and make a modification if I wish. <input class="input_mayuscula" type="text" name="sistema_e...
asked by 19.06.2018 / 12:39
1
answer

Get values of javascript dynamic inputs

I'm trying to create a two-dimensional array with dynamic data. These data are requested to the user through some inputs. The program first asks for the size of the matrix and from that, dynamic inputs are generated based on the order you chose....
asked by 19.02.2018 / 03:20
1
answer

How can I pass two arguments with props in React?

Hi, I'm new in this React but I have a question with the parameters, I just want to print the name and age as soon as the input changes state, when entering the age in the second input modify the name And not age, why does t...
asked by 22.12.2017 / 22:12
1
answer

Error conversion String-Integer in Java

I have a problem in java and I would greatly appreciate your help. I am developing a project in which we are working with several colleagues, we also use functionality that comes from outside. The fact is that I have to make the step from Str...
asked by 27.11.2017 / 18:40
1
answer

Problem with return back () - withInput (); Laravel 5.2

I am trying to return backwards, with the input values preloaded, although if it shows the warning messages that I am passing, the inputs are not loading with the passed values, but they are empty. Here the codes. Controller: public functio...
asked by 29.11.2017 / 18:39