Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input size #121

Merged
merged 5 commits into from Aug 10, 2015
Merged

Input size #121

merged 5 commits into from Aug 10, 2015

Conversation

zhujun24
Copy link
Contributor

@zhujun24 zhujun24 commented Aug 8, 2015

部分输入组件支持三套大小,其中的 selectinput-number

@@ -11,8 +11,15 @@ var AntSelect = React.createClass({
};
},
render() {
var sizeClass = 'ant-select-';
if(this.props.size === 'large'){
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

注意代码风格:

if (this.props.size === 'large') {

afc163 added a commit that referenced this pull request Aug 10, 2015
@afc163 afc163 merged commit df8ccf6 into ant-design:0.8.0 Aug 10, 2015
@afc163
Copy link
Member

afc163 commented Aug 10, 2015

👍

@zhujun24 zhujun24 deleted the input-size branch August 12, 2015 10:18
Vaishnavi-Lingala pushed a commit to Vaishnavi-Lingala/ant-design that referenced this pull request Aug 11, 2022
Added Domains sections in the Settings screen and fixed that close button issue and added pagination for groups.

Approved-by: Sandeep Gandham
wangmeijian pushed a commit to wangmeijian/ant-design that referenced this pull request Oct 11, 2022
* fix: picker change won't change type

* fix: test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants