Page 1 of 1

Border could not show with TabView

Posted: 19 Sep 2022, 13:00
by Avenwah
Hi,

I am using template "Apollo", the border for the tab is not appearing.

Code: Select all

			<p-tabView class="surface-border border-1 border-round">
                            <p-tabPanel header="Default Language">
                                <div class="col-12 field">
                                    <label htmlFor="displayName">Name</label>
                                    <input pInputText type="text" label="Product Name" id="displayName"
                                        formControlName="displayName">
                                </div>
                                <div class="col-12 field">
                                    <label htmlFor="description">Description</label>
                                    <p-editor formControlName="description" id="description"
                                        [style]="{'height':'250px'}">

                                    </p-editor>
                                </div>

                            </p-tabPanel>
                        </p-tabView>

Image: https://imgbox.com/z2h7bwMB




Thanks
Aven