Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Select is not working for negative value string #451

Open
rahul-uttarkar opened this issue Jun 1, 2020 · 0 comments
Open

Select is not working for negative value string #451

rahul-uttarkar opened this issue Jun 1, 2020 · 0 comments

Comments

@rahul-uttarkar
Copy link

rahul-uttarkar commented Jun 1, 2020

image

image

I am using below html code

<td> <div style="display:table-cell;"> <b>Noon Time Zone:</b>&nbsp;&nbsp;UTC <sui-select class="selection" icon="dropdown" style="min-width:76px;border:none;padding-left:2px" placeholder=" " [(ngModel)]="this.currentVersionLogbook.veemsDeckLogbookData1.noonTimeZone" [ngClass]="[(this.trackingMode === true && this.currentVersionLogbook.veemsDeckLogbookData1.noonTimeZone !== this.previousVersionLogbook.veemsDeckLogbookData1.noonTimeZone ) ? 'trackingHighlighter' : '']"> <sui-select-option *ngFor="let itemValue of this.deckLogbookConfigurations?.timeZoneList" value="{{itemValue}}"></sui-select-option> </sui-select> </div> </td>

I am passing array of strings for binding..
image

Its working for positive string values but binding is not working for negative values (Its showing blank)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant