Coder Social home page Coder Social logo

Comments (6)

nicolaslopezj avatar nicolaslopezj commented on June 15, 2024

Can you should the example code?

from simple-react-form.

MichaelLeeHobbs avatar MichaelLeeHobbs commented on June 15, 2024

Example:

<ListContainer collection={feedbackTypes.collection}
               publication="feedbackTypes"
               resultsPropName="options">
  <Field fieldName='areaOfFeedback'
             label='Type of Feedback'
             type={Select}
             omit={["currentUser", "ready", "count", "hasMore", "loadMore"]}/>
</ListContainer>

from simple-react-form.

nicolaslopezj avatar nicolaslopezj commented on June 15, 2024

So this issue would be in this repo https://github.com/nicolaslopezj/simple-react-form-material-ui? to edit the select field

from simple-react-form.

MichaelLeeHobbs avatar MichaelLeeHobbs commented on June 15, 2024

I'm not 100% sure I haven't dug too much into the source of either. The net result was that the props were passed all the way through to a div inside the Select from the material-ui.

Edit: I'm also not 100% sure what the best practice would be here.

from simple-react-form.

nicolaslopezj avatar nicolaslopezj commented on June 15, 2024

You should filter the results in the ListContainer, because that component is providing the results

<ListContainer collection={feedbackTypes.collection}
  publication='feedbackTypes'
  resultsPropName='options'
  selector={{name: {$nin: ['currentUser', 'ready', 'count', 'hasMore', 'loadMore']}}}>
  <Field fieldName='areaOfFeedback'
    label='Type of Feedback'
    type={Select} />
</ListContainer>

from simple-react-form.

MichaelLeeHobbs avatar MichaelLeeHobbs commented on June 15, 2024

Like I said, dont have control over the ListContainer. I ended up make a intermediary component that goes between ListContainer and what ever components need data feed into them. I think I'm going to end up forking it when I have time or ask for control as it seems to have been abandoned.

from simple-react-form.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.