nstudio / nstudio/nativescript-plugins
Vue and options
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 55
- Forks
- 42
- Avg merge
- 49m
- Merged PRs (30d)
- 1
Description
After finding a post on stackoverflow and looking at the source I was able to have the list show up.
But I seem to have problems with the options:
Setting headingTitle does not show a title.
Setting enableSearch to false does not hide the text field, but setting hintText does change the placeholder.
Setting showCancel to false does not hide the cancel button.
The items in the list also seem to leave space for a description, even though I haven't set one on any item.
What am I doing wrong?
And the cancel button could use a config property for its label (i18n).
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reading the plugin source and the option handling for headingTitle, enableSearch, showCancel, hintText, and item descriptions. Reproduce the Vue configuration described in the issue, then verify each option's effect on the picker UI and investigate whether the cancel-button label can be localized.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100