Questions tagged [semantic-ui-redux-form-fields]

semantic-ui-redux-form-fields is QA tag for the project of the same name. This project is a library that provides React Semantic UI (semantic-ui-react) fields integration with Redux Form (redux-form). General questions should be asked here leaving GitHub for issues and pull requests.

semantic-ui-redux-form-fields (https://github.com/artisin/semantic-ui-redux-form-fields) is QA tag for the project of the same name. This project is a library that provides React Semantic UI (semantic-ui-react) fields integration with Redux Form (redux-form). General questions should be asked here leaving GitHub for issues and pull requests.

5 questions
1
vote
1 answer

How to set initialValue with semantic-ui-redux-form-fields

I'm trying to create an Edit form w/ semantic-ui-redux-form-fields. The forms work fine w/ a blank starting point, but for an edit form where I have initial values, I haven't been able to get it to work. If I'm using straight redux-form, this works…
Snekse
  • 14,360
  • 10
  • 53
  • 73
0
votes
0 answers

UNREGISTER_FIELD on Unmount even with destroyOnUnmount: false

I have a Redux Form with a nested field. When my component renders, it maps through the Redux store at Key1 (a nested object that exists independently of the form) and populates a Dropdown with each nested Key2 (to clarify, these are different…
0
votes
0 answers

How to call React action creator inside Redux-Form Field component which is inside a parent component?

I am using redux-form Field component inside a parent component ParentComponent, where I am passing a component={MyComponent}. This MyComponent needs to get dynamically updated on axios call callbacks. I am getting the warning ‘React does not…
sSD
  • 256
  • 1
  • 16
0
votes
1 answer

React storing prop value from outcome of loop

Is it possible to store the value of a component prop from the result of a loop in React? I have the following component: { if…
-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: