Skip to content

Commit

Permalink
Update markup | Fixes liferay#558
Browse files Browse the repository at this point in the history
  • Loading branch information
matuzalemsteles authored and Kien Do committed Feb 21, 2018
1 parent 1dfb206 commit c504ebb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/clay-select/src/ClaySelect.soy
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
{@param? disabled: bool}
{@param? elementClasses: string}
{@param? id: string}
{@param? inline: bool}
{@param? label: string}
{@param? multiple: bool}
{@param? name: string}
{@param? wrapperType: string}

{let $attributes kind="attributes"}
class="
{if $wrapperType}
form-{$wrapperType}
{if $inline}
form-group-item
{else}
form-group
{/if}
Expand Down

0 comments on commit c504ebb

Please sign in to comment.