-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
nb-select with empty value #1235
Labels
Milestone
Comments
The same thing happens when value equals to number 0 in case of assigning numbers to values. <nb-select>
<nb-option [value]="0">
first
</nb-option>
<nb-option [value]="1">
second
</nb-option>
</nb-select> |
2 tasks
PR for fix opened in #1282 |
Corey28
added a commit
to momentum-mod/website
that referenced
this issue
May 25, 2019
There is currently a little nb-select bug which has been fixed, but not released yet - see the issue here: akveo/nebular#1235 Be aware of this issue when using the nb-select component until the fix is released Closes #326
Closing as fix (#1282) was merged |
Corey28
added a commit
to momentum-mod/website
that referenced
this issue
Jun 18, 2019
There is currently a little nb-select bug which has been fixed, but not released yet - see the issue here: akveo/nebular#1235 Be aware of this issue when using the nb-select component until the fix is released Closes #326
Corey28
added a commit
to momentum-mod/website
that referenced
this issue
Jun 18, 2019
There is currently a little nb-select bug which has been fixed, but not released yet - see the issue here: akveo/nebular#1235 Be aware of this issue when using the nb-select component until the fix is released Closes #326
Gocnak
pushed a commit
to momentum-mod/website
that referenced
this issue
Jun 22, 2019
There is currently a little nb-select bug which has been fixed, but not released yet - see the issue here: akveo/nebular#1235 Be aware of this issue when using the nb-select component until the fix is released Closes #326
Gocnak
pushed a commit
to momentum-mod/website
that referenced
this issue
Jun 22, 2019
There is currently a little nb-select bug which has been fixed, but not released yet - see the issue here: akveo/nebular#1235 Be aware of this issue when using the nb-select component until the fix is released Closes #326
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Issue type
I'm submitting a ... (check one with "x")
Current behavior:
nb-select render empty string in label for option with empty value
Expected behavior:
nb-select should render option label
Steps to reproduce:
if user selects first option then nothing will be rendered in label (bad)
if user selects second option then second will be rendered in label (good)
The text was updated successfully, but these errors were encountered: