Skip to content

Commit

Permalink
- added default settings: lineHeight, display
Browse files Browse the repository at this point in the history
- Updated the README.markdown
  • Loading branch information
Jeroen Stengs committed Feb 15, 2016
1 parent 329c170 commit 887a699
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,16 @@ $("input").addClear({
<td>20px</td>
<td>string</td>
</tr>
<tr>
<td>LineHeight</td>
<td>1</td>
<td>string</td>
</tr>
<tr>
<td>display</td>
<td>block</td>
<td>string</td>
</tr>
</table>

### Note about Microsoft Browsers
Expand Down
2 changes: 1 addition & 1 deletion addclear.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
hideOnBlur: false,
tabbable: true,
paddingRight: '20px',
lineHeight: 1,
lineHeight: '1',
display: "block"
};

Expand Down

0 comments on commit 887a699

Please sign in to comment.