Skip to main content
Advice
0 votes
4 replies
61 views

I am implementing a data entry webapp with a multiline <textarea> element, where my users enter text in natural languages formatted as markdown. I have developed a markdown extension, so users ...
Benni's user avatar
  • 1,102
0 votes
1 answer
66 views

I currently have an <input> text field that I'm using to let the user input a list of names they want to search within a database; I've given it a corresponding <datalist> with some ...
dbac's user avatar
  • 341
1 vote
0 answers
104 views

Good day everyone, I'm working on a Next.js project where I need to allow users to upload images using their device's camera. Here's the relevant snippet: import { Loader2, Camera } from "lucide-...
Micode's user avatar
  • 292
7 votes
5 answers
345 views

I want to filter user input when they type in an HTML text input. I can do that in native HTML/JavaScript as shown in the following demo: <form> <label for="tracking">...
nunoarruda's user avatar
  • 3,199
0 votes
2 answers
480 views

I am working on a simple customer intake form, and as part of the validation I need to make sure that a proper zipcode has been included. I know regex would be the easiest way to solve this issue, but ...
Kristy Murphy's user avatar
1 vote
1 answer
137 views

I am making a time range selector, and using Bootstrap. It needs to be a specific fixed with so that it can fit with the other components. I've noticed that Firefox renders the text of a type="...
Chris Barr's user avatar
  • 34.8k
1 vote
1 answer
116 views

I'm working on a file upload feature in an Angular project where users can upload specific files using an <input type="file"> element. These are the html and css code snippets of the ...
Raed Abdelfattah's user avatar
0 votes
1 answer
46 views

I'm using the slider in a react app and modifying the value like so <input type="range" className="frame-slider" min="0" value={currentValue.toString()}...
Yehuda's user avatar
  • 133
1 vote
3 answers
650 views

I am making a simple tip calculator and first of all I am trying to save the value of the bill amount which the user can type into the input field (this input field has a type number attribute). There ...
Adri Vasarhelyi's user avatar
1 vote
1 answer
69 views

I am not able to get value in an input field from a custom component. dateFormat.jsx import React from "react"; const DateFormat = ({ seconds, nanoseconds, format }) => { const dates = ...
Srinivas Bendkhale's user avatar
0 votes
1 answer
48 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
0 answers
191 views

We're developing a web component library. We're using ShadowDOM and inside that, native HTMLInputElement instances. Since we're aiming to widely be compatible with native inputs, we're mirroring the ...
connexo's user avatar
  • 57.3k
2 votes
0 answers
192 views

In my experience, when viewing an HTML input field of type "email" with the "multiple" attribute present, Safari shows a blank input, whereas Chrome and FF show the field as ...
mg_ab's user avatar
  • 31
0 votes
1 answer
495 views

I am working on a web form where users are required to input text that should only contain Latin characters, including extended Latin characters (such as ñ, é, ü, etc.), but should exclude any non-...
tony's user avatar
  • 634
-1 votes
1 answer
88 views

I am programming a web page and I have an input where the user must enter a 5-letter word and a button that will use said word for a function, I want the button to be disabled as long as 5 letters ...
Alejandro Reckziegel's user avatar

15 30 50 per page
1
2 3 4 5
53