Skip to content

Commit

Permalink
fix(ui5-input): improve sample visualization (#4476)
Browse files Browse the repository at this point in the history
  • Loading branch information
niyap authored Dec 13, 2021
1 parent d3f6e39 commit b0fd49a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/main/test/samples/Input.sample.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ <h3>Input With Suggestions (note: the usage depends on the framework you are usi
<div class="snippet">
<ui5-input
id="suggestions-input"
class="samples-responsive-padding-bottom"
placeholder="Start typing country name"
show-suggestions
></ui5-input>
Expand Down Expand Up @@ -141,7 +140,7 @@ <h3>Input with Value State</h3>
<section>
<h3>Input with Suggestions and Value State message</h3>
<div class="snippet">
<ui5-input class="samples-margin samples-responsive-margin-bottom" id="value-state-suggestions" class="samples-responsive-padding-bottom" placeholder="Start typing country name" show-suggestions value-state="Warning">
<ui5-input class="samples-margin samples-responsive-margin-bottom" id="value-state-suggestions" placeholder="Start typing country name" show-suggestions value-state="Warning">
</ui5-input>

<ui5-input class="samples-margin samples-responsive-margin-bottom" placeholder="Choose content density" show-suggestions value-state="Error">
Expand Down Expand Up @@ -183,7 +182,7 @@ <h3>Input with Suggestions and Value State message</h3>
</div>

<pre class="prettyprint lang-html"><xmp>
<ui5-input id="value-state-suggestions" class="samples-responsive-padding-bottom" placeholder="Start typing country name" show-suggestions value-state="Warning">
<ui5-input id="value-state-suggestions" placeholder="Start typing country name" show-suggestions value-state="Warning">
</ui5-input>

<ui5-input placeholder="Choose content density" show-suggestions value-state="Error">
Expand Down

0 comments on commit b0fd49a

Please sign in to comment.