Questions tagged [semantic-ui-react]

Semantic-UI-React is the official React integration for Semantic UI

Semantic-UI-React is the official React integration for Semantic UI.


Current version: Semantic UI React (version v0.81.1 as of 2018-06-04)

  • jQuery Free
  • Declarative API
  • Augmentation
  • Shorthand Props
  • Sub Components
  • Auto Controlled State
874 questions
0
votes
1 answer

Why handler calls render method 3 times?

I'm working with Semantic-ui and have such component with list of items. Every item has group of checkboxes: import React, { Component } from 'react' import { Divider,Label,List,Checkbox,Header } from 'semantic-ui-react' export…
Sam Fisher
  • 746
  • 2
  • 10
  • 27
0
votes
1 answer

Why checkboxes don't work correctly?

I'm using this library and want to perform a list of items, and every of them has it's own checkbox. I made generation of these items, and onClick method works ( shows information about clicked checkbox, but it doesn't "draws" that checkbox is…
Sam Fisher
  • 746
  • 2
  • 10
  • 27
0
votes
1 answer

How to disable content when sidebar is opened?

In Semantic UI library exists sidebar. But in the tutorial, I see only examples where sidebar doesn't disable content after opening. How can I perform this?
Sam Fisher
  • 746
  • 2
  • 10
  • 27
0
votes
1 answer

React-Semantic-UI, Accordion, activeIndex with and without "exclusive={false}". Works and doesn't

Expected Result I need to have a "closeAll" button. But using exclusive={false}, because I need many line opened. It doesn't work. Actual Result Just exclusive={true} works. Version 0.77.2 Testcase https://codesandbox.io/s/k2wlkoz5wr
user4412054
0
votes
1 answer

How can one view debug logs in Semantic-UI-React?

Semantic-UI-React emits debug logs: https://github.com/Semantic-Org/Semantic-UI-React/blob/master/src/modules/Modal/Modal.js#L162 But I don't see them in my browser. I'm using semantic-ui-react 0.76.0. In my local npm version of semantic-ui-react,…
Michael Gummelt
  • 702
  • 4
  • 15
0
votes
1 answer

Add input value to Semantic UI Dropdown in React

Recently I had a select input, but with a two-way binding to my input fields.The select input has the values of the input fields as it's options. With semantic UI, I need to use an array. How do I update the array state so I can select my inputs in…
Fabio ha
  • 553
  • 1
  • 8
  • 29
0
votes
1 answer

Module build failed: SyntaxError: Unexpected token in semantic ui react

I recently started to study about semantic ui react. I successfully compiled the code for buttons and other components. But when I used the example of menu from https://react.semantic-ui.com/collections/menu, I got an error. Here is the error I got…
Shubham Navale
  • 220
  • 2
  • 13
0
votes
1 answer

semanticUI issue with using Dropdown or Select - Unknown prop `control` on