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
847 questions
-1
votes
1 answer

how to get input field value whatever user type?

I am trying to get input field value whatever user type in input field.using this input text I am trying to fetch data from server and display on dropdown .then select value from dropdown Here is my…
user944513
  • 9,790
  • 23
  • 109
  • 225
-1
votes
1 answer

onSubmit triggers on every change, basic form did not

I'm converting a project to use Semantic-UI-React and a form is triggering on every change. The old form looked like this and worked as intended:
-1
votes
1 answer

Semantic UI React - How to prevent scrolling on button press for required input in form?

I'm attempting to prevent the page from scrolling whenever a button is pressed in a form with a required input. Here is an example of what I am referring to. To see what I mean, scroll the viewer on the right all the way down and press the button,…
-1
votes
1 answer

Is it possible to modify the search bar length? + defaultValue doesn't seem to work

Is it possible to make the length of the search bar wider? I am not talking about the actual size because there is a size property, just length. Also, the defaultValue in Search doesn't seem to work at all, is it just me? The code I am using is…
Contentop
  • 889
  • 1
  • 11
  • 32
-1
votes
1 answer

Multiple Search Selection Dropdown

Tell me please, how can I set defaultValue in Multiple Search Selection Dropdown? I tried to set array of object like discribe in docs, but I do not receive what I want constructor(props) { super(props); this.state = { specs: [], …
-2
votes
2 answers

React : How to Show Message if there is no records

I am working on project in ReactJS , I am fetching data from server through API . I did some search filtration , I want to display message if there is no records available? I am beginner to ReactJS and don't have much knowledge related to ReactJS .…
Jon
  • 235
  • 1
  • 7
  • 20
-2
votes
1 answer

Give each tab a different color in Semantic UI React Tab Module?

I would like to give each tab a different color. Similar to this except a different color for each tab.
Ozzy Walsh
  • 787
  • 8
  • 16
1 2 3
56
57