Egor Stambakio
Egor Stambakio
#19 #96 TBD: https://github.com/OpusCapita/filemanager/pull/97/files#diff-b8ff8c3c14c2d0344508cfc63caa1b5cR261 https://github.com/OpusCapita/filemanager/pull/97/files#diff-e23064783d1e6248a7979670fb075a33R80
Meta-Info | Value -- | -- ExtProjectId | JCCMMN-01 Original Estimation | 24h Remaining Estimation | 24h Why: - current solution is too big (~3mb) and not customizable enough TODO:...
How to reproduce: ` console.log('onChange')} onBlur = {() => console.log('onBlur')} disabled={false} showToLeft={false} showToTop={true} />` Check some date and look at browser console log. Expected behavior: onChange should fire before onBlur....
What's expected: if `showToLeft === true` the datepicker popup should appear on the left side. What's actually happening: Popup aligned to right if `showToLeft === true` and aligned left if...
#200 New Readme: https://github.com/OpusCapita/react-crudeditor/blob/issue-200-readme/README.md Other information moved to Wiki: https://github.com/OpusCapita/react-crudeditor/wiki
Meta-Info | Value -- | -- ExtProjectId | JCPROC-01 Original Estimation | ???h Remaining Estimation | ???h While some `react-bootstrap` components are really useful, other can be removed in favor...
How to reproduce: go to Edit page, change somehing, click on any tab other than the current one. Confirmation dialog pops up. Click `Cancel`. The tab you clicked remains grey....
In order to give users a possibility to customize UI we introduced a `uiConfig` prop for crud editor ([usage example](https://github.com/OpusCapita/react-crudeditor#usage)). While it's fine as it is for most cases, it's...
How to reproduce: set [fake api response timeout](https://github.com/OpusCapita/react-crudeditor/blob/master/src/demo/models/contracts/api/index.js#L9timeout]) to ~10 sec and load crud editor from `master` branch in a browser. While spinner spins, click on `Create` button in the...