adopted-ember-addons / adopted-ember-addons/ember-paper
PaperSelect with selected=0
Open
- Dominant language
- JavaScript
- Stars
- 879
- Forks
- 327
- PR merge metrics
- No merged PRs in 30d
Description
I have an array as selectOption=[0,1,2,3]
when the selected value is 0, it is not selected...
any idea why?
where
pageArray = [0,1,2,3]
page = 0,
{{pageNo}}
Contributor guide
Research direction
Start by reproducing the example with PaperSelect, options [0,1,2,3], and selected value 0, then inspect the component's selected-value handling. Done means 0 is visibly selected and the onChange action continues to update the selection correctly.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100