Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 <!doctype html> | |
| 2 <html> | |
| 3 <head> | |
| 4 <link href="cr_input.html" rel="import"> | |
| 5 </head> | |
| 6 <body unresolved> | |
| 7 <cr-input label="Blah"></cr-input> | |
| 8 <cr-input label="This is required" required error="Put something here!"></cr-i nput> | |
| 9 <cr-input label="Only numbers" pattern="^[0-9]*$" error="Only numbers allowed! "></cr-input> | |
|
Dan Beam
2015/02/20 23:45:47
not an import
Jeremy Klein
2015/02/20 23:59:21
OK, you got me here lol. Done.
| |
| 10 <cr-input label="Password" type="password"></cr-input> | |
| 11 </body> | |
| 12 </html> | |
| OLD | NEW |