-
Notifications
You must be signed in to change notification settings - Fork 13.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(textarea): Allow scroll in textarea when focused
Closes #1280
- Loading branch information
Adam Bradley
committed
May 9, 2014
1 parent
b0cfe23
commit 5f2fdfd
Showing
5 changed files
with
88 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -94,7 +94,7 @@ <h3>Label left of input, No Parent Content Padding</h3> | |
<label class="item item-input"> | ||
<i class="icon ion-email"></i> | ||
<span class="input-label">Email</span> | ||
<input type="email" placeholder="[email protected]"> | ||
<textarea placeholder="[email protected]"></textarea> | ||
</label> | ||
</div> | ||
|
||
|
@@ -193,7 +193,7 @@ <h3>Default Textarea, No Parent Content Padding</h3> | |
<div class="list"> | ||
<label class="item item-input"> | ||
<i class="icon ion-search placeholder-icon"></i> | ||
<input type="search" placeholder="Search"> | ||
<textarea placeholder="Favorites"></textarea> | ||
</label> | ||
</div> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters