enterprise
enterprise copied to clipboard
Searchfield: The search component shifts down once implemented as second field
Original issue states as follows:
When the search field is added in second line in a CAP(Contextual Action Panel) the icon tends to shift down. there have been no additional css added as shown in the template below:
<input soho-searchfield
class="lm-margin-zero-b"
id="{{instanceId}}searchfieldcc"
name="searchfield-clearcc"
class="searchfield"
[clearable]="true"
[options]="searchfieldOptionscc"
[showAllResults] = "false"
[(ngModel)]="nameCc"
placeholder="Search employee"
(cleared)="onClearNameCc($event)"
(focus)="onChangeNameCC($event.target.value)"
formControlName="nameCc"/>
</div>
</div>
Originally submitted by Shikhir Varma in Jira under IDS-1568
Let me know if you need any more information before addressing this bug. Thanks!