-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
795b2af
commit 4e64c88
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# NNDropdown | ||
Control which converts Many-to-Many relationship into a multiselect dropdown. Via an input parameter a filter can be added, which is impossible with OOB Functionality of the N:N Control. This control is created with the Power Apps Component Framework and can be used in a Model Driven App. | ||
|
||
**Without filter** | ||
![NNDropdown_without_filter](https://user-images.githubusercontent.com/12555704/104233111-9a22fb00-5451-11eb-9216-fb58fe3f2de0.PNG) | ||
|
||
**Setup PCF Control** | ||
![NNDropdown_control_properties](https://user-images.githubusercontent.com/12555704/104233239-d2c2d480-5451-11eb-8ee0-5e24e354e0e6.PNG) | ||
|
||
**With filter** | ||
![NNDropdown_with_filter](https://user-images.githubusercontent.com/12555704/104233243-d5252e80-5451-11eb-8f0d-38c12627a76b.PNG) |