Skip to content

Commit

Permalink
fix imports
Browse files Browse the repository at this point in the history
  • Loading branch information
guidone committed Jul 28, 2024
1 parent 2e32321 commit ab69462
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# LetsForm Changelog

## v0.9.7
- fix: RSuite input-number imports

## v0.9.6
- [fix](https://github.com/guidone/lets-form/issues/30): AntD postfix for input-number

Expand Down
2 changes: 1 addition & 1 deletion react-rsuite5/input-number/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ import { CrossCirle } from '../../assets/icons/cross-circle';
import { makeWidthStyle } from '../../helpers/make-width-style';
import { lfLog } from '../../helpers/lf-log';
import { RSuite5FieldControl } from '../../components/rsuite-field-control';
import { passRest } from '../../helpers';

import './index.scss';
import { passRest } from 'lets-form/react-rsuite5';

const hasDecimals = f => _.isString(f) && (f.includes(',') || f.includes('.'));

Expand Down

0 comments on commit ab69462

Please sign in to comment.