fundamental-react
fundamental-react copied to clipboard
React implementation of the reusable component library designed in Fundamental Library Styles
### Description Failing to compile and showing this error: ./src/App.js Module not found: Can't resolve 'fundamental-react/Panel'
### Description Dear colleagues, If you pass the defaultChecked prop to the FormRadioItem it is not applied. That happens because under the hood the prop is not passed to the...
### Description Select component doesn't pass the ref to the input component. I cannot use `myRef.current.value` since `myRef` is a whole div that wraps another div that wraps an input....
### Description Buttons render properly but show ``` Failed prop type: Cannot read property 'length' of undefined in Button ``` in the dev tools console. It's problematic if I want...
### Description Duplicate tokens set on MultiInput box after list selection On selecting a token from the multiInput popover, the value gets set twice in the box. ### Versions **fundamental-react:...
TimePicker component should update time when new `value` prop is passed to the TimePicker component
### Description TimePicker component should update the time value when new `value` prop is passed to the component. I think we need to componentDidUpdate method to check prevProps `value` with...
### Description Date Picker is not displayed entirely in the screen. The lower part of calendar is not viewable on the screen, if we add date picker inside dialog. Even...
### Description When removing a tag:  the selection list opens:  removing another tag closes it again. An `event.preventDefault()` [here](https://github.com/SAP/fundamental-react/blob/96fe091364cbdfd079254e7f399f383dba3f5efd/src/MultiInput/MultiInput.js#L86) will probably fix it. ### Versions **fundamental-react:0.13.1** --- _**NOTE:**...
### Description I want to pass the list of selected options in props but I don't see an option for that. If I am missing something or the functionality itself...
### Description when creating readonly stepInput, I can still change the value... you can see it even in the your page:   ### Versions latest -