This repository has been archived by the owner on Oct 8, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Textinput: Do not concatenate clearBtnText value into HTML snippet
clearBtnText must be assigned via .attr( "title" ) to the title and via .text() to the contents of the clear button anchor. Do not append clear button to textarea elements. (cherry picked from commit 5197c10) Closes gh-7604 Fixes gh-7603 Fixes gh-7605
- Loading branch information
Gabriel Schulhof
committed
Aug 22, 2014
1 parent
b0b3495
commit 516b791
Showing
3 changed files
with
36 additions
and
7 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