This repository was archived by the owner on Sep 18, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +7
-5
lines changed
lib/paper-elements/PaperInput Expand file tree Collapse file tree 4 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ caching-compiler@1.0.0
1212caching-html-compiler@1.0.2
1313callback-hook@1.0.4
1414check@1.0.6
15- codefights:blaze-material-ui@0.1.9
15+ codefights:blaze-material-ui@0.1.10
1616coffeescript@1.0.10
1717ddp@1.2.2
1818ddp-client@1.2.1
Original file line number Diff line number Diff line change @@ -10,15 +10,17 @@ paper-input-container(class=className
1010 class ="paper-input"
1111 disabled =disabled
1212 rows ="1"
13- placeholder =placeholder) = value
13+ placeholder =placeholder
14+ readonly =readonly) = value
1415 else
1516 input( type =type
1617 name =name
1718 data-id ="input"
1819 class ="paper-input"
1920 value =value
2021 disabled =disabled
21- placeholder =placeholder)
22+ placeholder =placeholder
23+ readonly =readonly)
2224 div( class ="underline paper-input-container #{highlight .get } " )
2325 div( class ="unfocused-line fit paper-input-container" )
2426 div( class ="focused-line fit paper-input-container" )
Original file line number Diff line number Diff line change 11Package . describe ( {
22 name : 'codefights:blaze-material-ui' ,
3- version : '0.1.9 ' ,
3+ version : '0.1.10 ' ,
44 // Brief, one-line summary of the package.
55 summary : 'Material design components for blaze' ,
66 // URL to the Git repository containing the source code for this package.
Original file line number Diff line number Diff line change 11{
22 "name" : " blaze-material-ui" ,
3- "version" : " 0.1.9 " ,
3+ "version" : " 0.1.10 " ,
44 "description" : " blaze components for material design" ,
55 "main" : " Gulpfile.js" ,
66 "directories" : {
You can’t perform that action at this time.
0 commit comments