@s-ui/react-atom-input
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -5,2 +5,12 @@ # Change Log | ||
<a name="2.1.0"></a> | ||
# 2.1.0 (2018-12-04) | ||
### Features | ||
* shared styles and tabIndex ([248579a](https://github.com/SUI-Components/sui-components/commit/248579a)) | ||
<a name="2.0.0"></a> | ||
@@ -7,0 +17,0 @@ # 2.0.0 (2018-11-22) |
@@ -126,3 +126,4 @@ 'use strict'; | ||
value = _props.value, | ||
charsSize = _props.charsSize; | ||
charsSize = _props.charsSize, | ||
tabIndex = _props.tabIndex; | ||
@@ -139,2 +140,3 @@ | ||
}), | ||
tabIndex: tabIndex, | ||
checked: checked, | ||
@@ -197,3 +199,5 @@ disabled: disabled || readOnly, | ||
/** Wether to hide the input border or not */ | ||
noBorder: _propTypes2.default.bool | ||
noBorder: _propTypes2.default.bool, | ||
/** tabindex value */ | ||
tabIndex: _propTypes2.default.number | ||
} : {} : {}; | ||
@@ -203,3 +207,4 @@ | ||
size: SIZES.MEDIUM, | ||
onEnterKey: 'Enter' | ||
onEnterKey: 'Enter', | ||
tabIndex: -1 | ||
}; | ||
@@ -206,0 +211,0 @@ |
{ | ||
"name": "@s-ui/react-atom-input", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
617
40865
15