Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
30 views

Just using Jupyter for the first time. I have noticed that the the abbreviation 'In' (for input) and 'Out' (for Output) is missing to the left of the code line (please see picture). I am only getting ...
slolay's user avatar
  • 1
1 vote
1 answer
60 views

I have these three inputs of type number where you can only add one number and you can replace it by pressing any other number between 0 and 9. I have 2 eventlisteners on these inputs the first is to ...
Mehdi's user avatar
  • 1,795
0 votes
1 answer
124 views

My code is extremely simple, but I figure that's best to figure out what's going on in my program. For some reason, I can't seem to get ungetc() to work properly, nor can I figure out it's purpose. ...
Ratdude's user avatar
  • 93
1 vote
1 answer
104 views

I've been trying to develop a small console app in C++ for Windows that interacts with an SQLite database. However, this Database may contain UTF-8 characters, e.g. Greek letters. Therefore it is ...
andy dexter's user avatar
0 votes
1 answer
45 views

I have an EditText that I want users to be able to click on in order to make the cursor appear and then enable writing text. However, I don't want the user to be able to select the text (in the way ...
user26370805's user avatar
0 votes
0 answers
68 views

When I want to understand how to input data from the keyboard into a variable, I start by asking how cin and >> work in this context. What is the difference between them, and how are things ...
A.H's user avatar
  • 29
0 votes
1 answer
66 views

I need to create a phone number input with special input masking. The input will have a placeholder like this: (___) ___-____. As the user types, the "placeholder" text should slowly be ...
Michael Pugh's user avatar
0 votes
1 answer
112 views

Simple problem but I am not sure if I think it right. I have a project on NextJS and want to make a date input but also have a custom placeholder and the input still be usable. I have come to a stop, ...
Kr1ss's user avatar
  • 100
1 vote
2 answers
65 views

I'm working on a freeCodeCamp Javascript project and I currently need to obtain the value given by the user on my input element. I'm practically certain I have my code correct, yet when testing it on ...
Ajna's user avatar
  • 15
0 votes
2 answers
287 views

I have TMPro Input field and want to input decimal numbers only. On PC I need to press comma to seperate, point does not work. My phone does not support commas only points so I can only put integers. ...
CheckerT's user avatar
0 votes
1 answer
41 views

I bet has been answered a million times, but I haven't had luck searching in google. I don't know a concise way to phrase the question. As learning project, I am trying create a simple html editing ...
Joaquin's user avatar
  • 149
0 votes
0 answers
86 views

I'm running into an issue with the input() function in python 3.7.9. Under certain conditions, all keyboard input is no longer being reflected on screen and [ENTER/RETURN] key no longer submits the ...
Levithan6785's user avatar
0 votes
0 answers
41 views

I would like to retrieve the start and end date value and apply it to two other date fields <Formik initialValues={{ date_debut: '', ...
sofiane's user avatar
0 votes
0 answers
19 views

My goal is to limit the length of an input of type number to just one number. For this I used the response of Vikasdeep Singh in this SO answer which in my case is working perfectly. I also had to ...
Mehdi's user avatar
  • 1,795
1 vote
1 answer
53 views

I have 3 inputs ( generation, fuel and engine) with predefined values. <div class="row"> <div class="col-md-6 b-submit__main-element wow zoomInUp" data-wow-delay="...
Andrei Chiriță's user avatar
1 vote
1 answer
42 views

I submitted a batch job: sbatch --job-name="mybatchjob-false1" -o myoutfile_02aug2024-false1.txt myshllscrpt24_02aug2024.sh myscriptfun_01aug2024 false NA 1 /20jul2024 true NA 8 8 2 /...
John Kim's user avatar
0 votes
1 answer
71 views

I have a React TS app. There I have i18n. Unfortunatelly the base language of the input with date type depends on the browser settings and independent from the langauge selection inside the app. It is ...
PeterPazmandi's user avatar
0 votes
1 answer
110 views

Recently when I'm working with inputs in React / Javascript and I click into the inputs to type stuff like address etc, Chrome opens up this strange context menu which is unwanted by me. Is there a ...
CzechCoder's user avatar
0 votes
1 answer
94 views

I am setting a value from the parent component and changing it immediately. In the child component, change detection executes only once. Stackblitz code base Parent's code: HTML <h1>Parent ...
user3340927's user avatar
0 votes
1 answer
49 views

Im using the antd package for my Form and Input. For some reason its not preserving the users input for the next session. I gave the input a name attribute along with using autoComplete="on" ...
Spencer 's user avatar
0 votes
1 answer
75 views

I am trying to have a list of components where each one takes user input and have a separate state. I want then to be able to filter this list and get the components where for example "switch&...
Ruslan Gyurov's user avatar
1 vote
0 answers
25 views

I am using the below input using semantic ui react form. <Form.Input name='StartDate' type='date' placeholder='' label='Start Date' readOnly={true} ...
Nillogical's user avatar
0 votes
1 answer
53 views

hello i am doing a simple floating placeholder on input. but i dont want to set the placeholder a background, since i have different input backgrounds and different background styles. is there a way ...
georgio bejjani's user avatar
1 vote
2 answers
1k views

I'm working on a Playwright test where I need to interact with a file input dialog. I'm using the setInputFiles function to set the input file, but I'm encountering an issue where the file input ...
Renya Karasuma's user avatar
2 votes
0 answers
129 views

I'm having a problem on iOS devices when filling a <input type="number" inputmode="decimal">. The iOS keyboard for these inputs shows numbers and a comma, only. iOS keyboard ...
Raul Ramos Pinto's user avatar
0 votes
2 answers
80 views

I want to read input in rust like this C++ example: main() { int a,b; cin>>a>>b; //read user input into a and b. Can be separated by a space character or \n cout<<"a:...
Loaf's user avatar
  • 71
0 votes
0 answers
29 views

I would like the user to take into account in the form that the numbers are entered with periods and not with commas and I have a problem: the error message is displayed when entering a decimal number ...
Valery's user avatar
  • 1
-3 votes
1 answer
85 views

I solved a contest task but couldn't submit it because I can't reproduce input embedded in the contest interface. Input is defined in 4 strings, each can be empty but has at its end a symbol for line ...
TiimeIrre's user avatar
  • 263
0 votes
1 answer
41 views

I want to remove the default arrow appearing in the list input field. is there anyone please who can help me and show me a way to add a new arrow in place of the default arrow here? <body> &...
Omar Bin Saleh's user avatar
2 votes
3 answers
428 views

I am pre-selecting a date on <input type='date' /> and want the user to select a date anyway. If the date selected is the same as the pre-selected value, it does not trigger the change event in ...
Z0q's user avatar
  • 1,975
2 votes
0 answers
129 views

Question: I'm trying to create a custom blinking caret for an input field in a React application. I've hidden the default caret and positioned a custom caret based on the text width up to the caret ...
max's user avatar
  • 333
0 votes
2 answers
95 views

I am studying React through React Offical Document. I have question about this challenge. (https://react.dev/learn/updating-objects-in-state#challenges https://codesandbox.io/s/rztj2r?file=/src/App....
play _Er's user avatar
1 vote
1 answer
2k views

I found many ways to customize a html input number, e.g. <input name="tgTxt" type="number" value="36.5" max="37" step="0.5" style="width: 160px;"> with non pure CSS. Is there a way to ...
user2718593's user avatar
1 vote
2 answers
249 views

I want to get the input value from a function. I call the function: Name=GetName(Paul) Where Paul is a member of ClassA, ClassB or Class C. I want to use the following function to call other ...
Martin's user avatar
  • 21
0 votes
1 answer
63 views

While using Windows, I frequently encounter the situation provided in the attached image. It looks somewhat auto-completion and the text cursor stands still until I complete typing a word. I think ...
Jisung Kim's user avatar
0 votes
1 answer
91 views

I have to create and write to a file that's named by user input. The user is naming the file so the program cannot have a set file name to open. I thought I could do this by setting an input variable. ...
Stephanie Davi's user avatar
0 votes
2 answers
73 views

I have created an application form with a validation function that requires the user to input the correct information within the boxes before clicking away from that focused box or an error message ...
ryanl's user avatar
  • 75
2 votes
0 answers
56 views

I'm trying to pass some inputs through a couple of layers, but it seems i'm misaligning my input shape somewhere such that it cannot pass properly through the layers thereby raising a value error as ...
Isesele Victor's user avatar
1 vote
1 answer
82 views

I know there is a simple way to upload image in Symfony 6. In short - create form via form builder and then in the controller we just simply do: $form = $this->createForm(MyClassType::class); After ...
Spowler's user avatar
  • 13
1 vote
1 answer
55 views

I am trying to validate a currency input field which allows only numeric values and dot(.) dot is allowed but not as a first character. I came up with the below pattern, everything works fine except ...
Nancy's user avatar
  • 1,029
0 votes
0 answers
120 views

In a tablet game, in an New Input system Action map, I placed an aiming command conveyed by PrimaryTouch[touchscreen], next to other commands conveyed by gamepads, and buttons on the screen. The idea ...
Daniele Pomilio's user avatar
-2 votes
1 answer
90 views

I am facing Issue with the multiple Tmpro_Input fields. I am making Login With pin in which I have the 4 different Input field, Each Input field will contain the 1 input in int and the input is using ...
Rahmat Ali's user avatar
1 vote
1 answer
120 views

I have following component, which makes use of suggestions (using the Autocomplete class): return Autocomplete<String>( // ... fieldViewBuilder: (BuildContext context, ...
Anes's user avatar
  • 350
-1 votes
1 answer
77 views

I know there are several variations of this here, but I cannot find one that is doing what I want. I need the text in an input field to be updated to Title Case prior to form submission either via ...
Neon's user avatar
  • 186
0 votes
1 answer
84 views

I have created a custom NumberInput component in React and integrated it with Storybook. The component works mostly as expected, but I'm encountering a couple of issues: When I type the - or + sign, ...
gowsi gowsigan's user avatar
0 votes
2 answers
102 views

I'm trying to set an array with desired length of numbers. It has to get the numbers from user but it throws an exception error after getting the first one. Can anyone help me to fix this please? ...
Nanika's user avatar
  • 21
0 votes
1 answer
34 views

I am checking Male button but getting Female value. I want to Male value while checking male button. <script> let regUsers = []; let regForm = document.querySelector("#regForm")...
Pawan Lal Rathore's user avatar
0 votes
1 answer
42 views

I made a script in in Visual Studio Code using Dart that grabs the user's input. The problem is, that if I enter something in the input line in vscode, which is located below the debug console and ...
Bluefy's user avatar
  • 3
1 vote
1 answer
43 views

If I type anything in my react input field, then it allows me only one character to type and then focused goes outside of the input field and then again I click on input field the allow me to write ...
shubhamsanchela's user avatar
0 votes
1 answer
91 views

I have an <input type="number" step="1"> element for choosing font size. However, given the context of drawing on a large canvas, changing the number by 1 is barely ...
Luke Vo's user avatar
  • 21.6k

1
3 4
5
6 7
703