Skip to content

Commit 396ea23

Browse files
authored
Used custom dropdown from paperbits in widget editor (#2118)
1 parent cdb86a7 commit 396ea23

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/components/users/signin-social/ko/signinSocialEditor.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@
2020
<button class="btn btn-info" type="button" title="Help"
2121
data-bind="tooltip: 'Custom reply URL. If not specified, current page URL will be used.'"></button>
2222
</label>
23-
<input type="text" class="form-control" placeholder="e.g. https://contoso.com/signin" data-bind="textInput: aadReplyUrl"
24-
maxlength="2000" />
23+
<input type="text" class="form-control" placeholder="e.g. https://contoso.com/signin"
24+
data-bind="textInput: aadReplyUrl" maxlength="2000" />
2525
</div>
2626
</div>
2727
</div>
@@ -46,8 +46,8 @@
4646
<button class="btn btn-info" type="button" title="Help"
4747
data-bind="tooltip: 'Custom reply URL. If not specified, current page URL will be used.'"></button>
4848
</label>
49-
<input type="text" class="form-control" placeholder="e.g. https://contoso.com/signin" data-bind="textInput: aadB2CReplyUrl"
50-
maxlength="2000" />
49+
<input type="text" class="form-control" placeholder="e.g. https://contoso.com/signin"
50+
data-bind="textInput: aadB2CReplyUrl" maxlength="2000" />
5151
</div>
5252
</div>
5353
</div>
@@ -63,10 +63,10 @@
6363
<button class="btn btn-info" type="button" title="Help"
6464
data-bind="tooltip: 'Predefined appearance from style guide.'"></button>
6565
</label>
66-
<div class="input-group">
67-
<select id="appearanceStyle" class="form-control"
68-
data-bind="options: appearanceStyles, value: appearanceStyle, optionsText: 'displayName', optionsValue: 'key'"></select>
69-
</div>
66+
<dropdown id="appearanceStyle"
67+
params="{ options: appearanceStyles, value: appearanceStyle, optionsText: 'displayName', optionsValue: 'key' }"
68+
aria-label="Appearance">
69+
</dropdown>
7070
</div>
7171
<role-input params="{ selection: model.security.roles, onChange: onRoleSelect }"></role-input>
7272
</div>

0 commit comments

Comments
 (0)