2,729 questions
0
votes
0
answers
66
views
OTS parsing error: invalid sfntVersion: 1702391919 Error Semantic UI
I started a small project in react + webpack in which I tried to use the components proposed by Semantic UI, here, I set up a small search form which contains an icon proposed by Semantic UI, but at ...
0
votes
0
answers
113
views
Laravel Mix error with resolve.extensions when building Fomantic UI
I'm trying to resurrect an older Laravel project (5.8.38) that used Semantic UI for styling the user interface. Since Semantic UI is no longer being developed, I'm also switching to Fomantic UI. I'd ...
1
vote
1
answer
193
views
Semantic UI React Select dropdown not closing
Since a few days, our web app using React 16.14 with Semantic UI React (v.2.0.3) shows a strange behavior: When I select an option from the opening dropdown, the option is selected but the dropdown ...
0
votes
1
answer
51
views
multiple modifiers in BEM
I have component button
<button type="button" className="button button_size_large button_color_primary button_type_fill">
<Icon className="button__icon" type=...
0
votes
1
answer
41
views
SemanticUI Toggle Baseline
I would like to align my toggle in the middle of the line together with other form elements like input boxes. Here is the HTML:
.ui.toggle.checkbox {
display: inline-flex;
align-items: ...
1
vote
1
answer
150
views
why does semantic-ui-react have circular dependencies, and how do you resolve that when using webpack?
I'm using semantic-ui-react in a create-react-app based React app. I ran into an issue where simply using components like <CardGroup> or <StepGroup> throws a generic, and unfortunately ...
2
votes
1
answer
92
views
Cannot use Dropdown/Modal from Semantic UI in Next.js
I cannot use Dropdown/Modal from Semantic UI in Next.js. The code below can't work properly (no response when clicking the button)
'use client';
import Image from "next/image";
import * as ...
0
votes
1
answer
167
views
React Chat Page with Leftbar, Toggle and Bot Component
I am trying to create a chat page with React.
The UI is pretty similar to Chatgpt. There is a leftbar, a toggle button that opens and closes the leftbar and the chat component.
The toggle is ...
0
votes
1
answer
54
views
R Shiny semanticPage(): Change content based on menu()
How do you use the menu() function in semanticPage() to change the content of the ui page based on which menu_item() is selected? And how to always show it regardless of which ui page is selected?
As ...
1
vote
1
answer
113
views
vue js and jquery DOM manipulation
I wonder if anybody can give me advice how to approach the situation when I need to access DOM elements directly while I am also using VUE.JS.
I use Fomantic-UI framework (fork of dead Semantic UI). A ...
0
votes
0
answers
46
views
JSON string in an AJAX call - how to handle dates from different cultures in the code behind
I am working on a website that handles inputs from logged-in users in the USA and Chile. Since the users are logged-in, the code knows the culture of each user. In the date-picker in the form on the ...
0
votes
2
answers
94
views
how to access caption from Semantic Search using Javascript?
I'm trying to build a web app that can perform a semantic search using natural language and return the answer as a result. Using response.data.results, I am able to see the caption text in the ...
0
votes
2
answers
131
views
Semantic UI dropdown from ajax call back is not getting initialized after ajax success
I am using Semantic UI dropdown and DataTables in a Laravel controller function. I am sending an ajax request to a route and receive JSON data (containing a table row) with one of the keys (columns) ...
0
votes
1
answer
170
views
Semantic UI Dropdown not Functioning in Rails 7 Application
I'm encountering an issue with a Semantic UI dropdown in my Rails 7 application that I'm developing using a CDN. Despite my efforts, the dropdown is not working as expected. Below is the relevant code:...
0
votes
1
answer
104
views
Change color of the calendar icon in Semantic ui react input
I'm using semantic ui react for my date input. I need to change the calendar icon color of the input. Is it possible ?
here is my code
<Input
id="fromDate"
name="fromDate"
...