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

dropdown issue #15

Open
jeevitha8123 opened this issue Aug 21, 2017 · 1 comment
Open

dropdown issue #15

jeevitha8123 opened this issue Aug 21, 2017 · 1 comment

Comments

@jeevitha8123
Copy link

Hi, i have issue in drop down after selecting any status it should show only select option in a same page please help me to close the issue
once i select an option its showing option values but i need only select option default value.

my code :

Select {{n.name}}
	</div>
@jeevitha8123
Copy link
Author

Hi, i have issue in drop down after selecting any status it should show only select option in a same page please help me to close the issue
once i select an option its showing option values but i need only select option default value.

my code 👍
<select id="defaultSelected" class="browser-default" name= "" (change)="bulkActionStatus($event.target.value)"(disabled)="disabled">
<option selected="defaultSelected" [value]="">Select
<option *ngFor = "let n of listStockStatus" [value] = "n.id" >{{n.name}}

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