Skip to content

Commit

Permalink
add placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
linux-china committed Mar 21, 2017
1 parent e9b4441 commit c194b40
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/resources/org/mvnsearch/vaadin/LoginDesign.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
<head>
<meta charset="UTF-8">
<meta name="design-properties" content="{&quot;RULERS_VISIBLE&quot;:true,&quot;GUIDELINES_VISIBLE&quot;:false,&quot;SNAP_TO_OBJECTS&quot;:true,&quot;SNAP_TO_GRID&quot;:true,&quot;SNAPPING_DISTANCE&quot;:10,&quot;JAVA_SOURCES_ROOT&quot;:&quot;src/main/java&quot;,&quot;THEME&quot;:&quot;valo&quot;}">
<meta name="vaadin-version" content="8.0.0">
<meta name="vaadin-version" content="8.0.2">
</head>
<body>
<vaadin-form-layout size-full>
<vaadin-label plain-text>
User Login
</vaadin-label>
<vaadin-text-field caption="User Name" _id="userNameField"></vaadin-text-field>
<vaadin-password-field caption="Password" _id="passwordField"></vaadin-password-field>
<vaadin-text-field caption="User Name" placeholder="User Name" _id="userNameField"></vaadin-text-field>
<vaadin-password-field caption="Password" placeholder="Password" _id="passwordField"></vaadin-password-field>
<vaadin-button plain-text _id="loginButton">
Login
</vaadin-button>
Expand Down

0 comments on commit c194b40

Please sign in to comment.