-
Notifications
You must be signed in to change notification settings - Fork 65
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
Arrow change in Angular #145
Comments
Hey @BasyaLipman , you should use a custom layout with a custom button which when tapped to call the |
Hi @PeterStaev - thanks for your response. Where can I find documentation on how to create a custom layout for the dropdown? |
There is no documentation, you just use standard layouts available in nativescript. For example (non-angular) <GridLayout columns="*, auto">
<dd:DropDown col="0" />
<Button col="1" />
</GridLayout |
@PeterStaev - then I would have two arrows. The dropdown already shows an arrow by default on my Android emulator... |
You can see #91 on how to hide the default arrow. |
How can I change the arrow to a customized icon in Angular?
Thanks!
The text was updated successfully, but these errors were encountered: