fundamental-react icon indicating copy to clipboard operation
fundamental-react copied to clipboard

React implementation of the reusable component library designed in Fundamental Library Styles

Results 107 fundamental-react issues
Sort by recently updated
recently updated
newest added

### 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:...

### 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: ![image](https://user-images.githubusercontent.com/23138527/110376806-ece4f180-8053-11eb-9deb-a45e9c9f9ba0.png) the selection list opens: ![image](https://user-images.githubusercontent.com/23138527/110376846-fa01e080-8053-11eb-82d9-a30623cf63a1.png) 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: ![image](https://user-images.githubusercontent.com/52195888/103522034-71639a00-4e82-11eb-984f-e6285cda6fd0.png) ![image](https://user-images.githubusercontent.com/52195888/103522057-7cb6c580-4e82-11eb-9427-8d9e257ea767.png) ### Versions latest -