Skip to main content

All Questions

Tagged with
0 votes
0 answers
13 views

"The buffer passed to decodeAudioData contains an unknown content type." Error React

Started working on a project last night, woke up to work on it today, and I'm randomly getting the error: "The buffer passed to decodeAudioData contains an unknown content type.". Nothing ...
koren69's user avatar
  • 21
0 votes
1 answer
40 views

how to show select option list on hover?

<div className="rating-option"> <select id="rating" className="rating" value={...
Paras Chouhan's user avatar
3 votes
2 answers
41 views

How to go to a page clicked on a hamburger menu?

I'm starting with an existing project called react-burger-menu. https://github.com/negomi/react-burger-menu It uses a hamburger menu sidebar for navigation. Unfortunately, the demo code does not show ...
user3217883's user avatar
  • 1,348
-2 votes
0 answers
23 views

How to change the color of the svg icon using tailwindcss only while hovering through it? [duplicate]

I already read the questions about the SVG and this question my question is about how to do this with Tailwindcss only. The project tools are React and Tailwindcss. I want to change the color of the ...
Amin Alizadeh's user avatar
-2 votes
0 answers
16 views

How to execute python code by the click of a HTML button and what are the security issues? [closed]

I have an add a new prediction button and want users to be able to click on the button and upload a csv and then pick a machine learning model (with its associated python code) and then have it output ...
user26305916's user avatar
0 votes
0 answers
34 views

unable to get consistent layout with tailwind for relative container

I am trying to build a form layout in a NextJS project with tailwind CSS. here is the CodeSandbox Link for the issue. After running the code in sandbox, please click the button the view the resulting ...
Shubham Shaw's user avatar
-2 votes
0 answers
23 views

Facing issue while deploying project on Netlify at building getting failed [closed]

i have a project and i have hosted it netlify at begining its working fine and later some days i have added more content in website and again pushed the code into github and automatically netlify ...
Mohammed Zaheer's user avatar
1 vote
0 answers
34 views

How to Reinitialize JavaScript Functionality for Dynamically Added Elements Without Duplicate Event Listeners?

I am developing a social media platform using Django for the backend and a purchased HTML template from ThemeForest for the frontend. The template was built using React and then exported to plain HTML,...
Adekojo Emmanuel's user avatar
0 votes
1 answer
30 views

Input field in React/Next.js not accepting commas

I'm encountering an issue with an input field in my React application built with Next.js. Specifically, when using an iPad device, the input field behaves inconsistently with commas. On desktop ...
user26361562's user avatar
0 votes
3 answers
45 views

Tailwind - React - Best way to structure HTML based on screen sizes

What would be the best way to handle an element which needs to stay in a specific place if the screen width is > X and stay in another place if screen width < X? Example: https://jsfiddle.net/...
firefly's user avatar
  • 170
0 votes
0 answers
35 views

What causes the spaces between words to disappear only on certain view (e.g. mobile) in a React project? [closed]

I've been trying to debug this for a while, and can't find instances of anyone else having this issue. I'm working with this Montserrat Google font in my React project. Here is my index.html file: <...
acachi's user avatar
  • 1
0 votes
0 answers
23 views

Restrict file select input to a single directory

Let me just start by saying, I know that there is a question like this already here. I know that, but the previous one has no answers and I have a very specific problem. And I am all ears for ...
Eshita Shukla's user avatar
-1 votes
0 answers
31 views

How to draw timeline like line for each item of the submenu for sidebar design [closed]

I have a little different design for a sidebar where, there is a timeline like line for each submenu in the list. Is there any implementation logic that can help, already any reference. Please have a ...
Yogesh Gupta's user avatar
0 votes
2 answers
43 views

Auto format text based on text style using react js

I need to format text based on provided text specific style using react js. e.g: If text contains this: \nBubble\nAir\nSKY Output: Bubble<br/>Air<br/>SKY<br/> If text contains ...
Vicky's user avatar
  • 358
0 votes
0 answers
26 views

Calling paste with another key when someone is on your webpage

I want to make it so that a user clicking "rightArrow" performs a paste of the most recent text in clipboard document.onkeydown = (KeyboardEvent) => { if( KeyboardEvent.key == "...
WIDDY's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
1243