You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
The text was updated successfully, but these errors were encountered:
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}}
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 :
The text was updated successfully, but these errors were encountered: