Skip to content

Commit 469095a

Browse files
author
edwardxiao
committed
- Replace classNameOptionListContainer with classNameOptionListWrapper and provide new classNameOptionListContainer & change className 'options-container' to 'options-wrapper' in <Select/>
1 parent b2efd59 commit 469095a

15 files changed

+26
-17
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 4.8.0
2+
3+
- Replace ```classNameOptionListContainer``` with ```classNameOptionListWrapper``` and provide new ```classNameOptionListContainer``` & change className ```'options-container'``` to ```'options-wrapper'``` in ```<Select/>```
4+
15
# 4.7.0
26

37
- Add ```shouldRenderMsgAsHtml``` to components ```validationOption```, in case you need to render html inside your ```messages``` as stated in issue [#29](https://github.com/edwardfhsiao/react-inputs-validation/issues/29)

docs/v4-doc.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -341,6 +341,7 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
341341
|classNameSelect | Opt | Str | | "" |
342342
|classNameWrapper | Opt | Str | | "" |
343343
|classNameContainer | Opt | Str | | "" |
344+
|classNameOptionListWrapper | Opt | Str | | "" |
344345
|classNameOptionListContainer | Opt | Str | | "" |
345346
|classNameOptionListItem | Opt | Str | | "" |
346347
|customStyleSelect | Opt | Obj | | {} |
@@ -385,6 +386,7 @@ import 'react-inputs-validation/lib/react-inputs-validation.min.css';
385386
classNameSelect="" //Optional.[String].Default: "".
386387
classNameWrapper="" //Optional.[String].Default: "".
387388
classNameContainer="" //Optional.[String].Default: "".
389+
classNameOptionListWrapper="" //Optional.[String].Default: "".
388390
classNameOptionListContainer="" //Optional.[String].Default: "".
389391
classNameOptionListItem="" //Optional.[String].Default: "".
390392
customStyleSelect={{}} //Optional.[Object].Default: {}.

lib/Select.d.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ interface Props {
4646
classNameWrapper?: string;
4747
classNameContainer?: string;
4848
classNameSelect?: string;
49+
classNameOptionListWrapper?: string;
4950
classNameOptionListContainer?: string;
5051
classNameDropdownIconOptionListItem?: string;
5152
classNameOptionListItem?: string;

lib/components/index.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/react-inputs-validation.min.css.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)