Skip to content

Commit

Permalink
add tests for disabled dropdown options
Browse files Browse the repository at this point in the history
  • Loading branch information
lindski committed Sep 23, 2019
1 parent 8d5cb5c commit 10ff2fd
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
26 changes: 13 additions & 13 deletions src/AutoCompleteForMendix/AutoCompleteForMendix.xml
Original file line number Diff line number Diff line change
Expand Up @@ -286,19 +286,19 @@
<category>Control Display</category>
<description>A CSS selector used to manage where the dropdown is rendered. E.g. leave empty for a main page, and use .modal-dialog for a modal</description>
</property>
<property key="disableDropdownOption" type="attribute" required="false" entityProperty="dataAssociation">
<caption>Disable Dropdown Option</caption>
<category>Control Display</category>
<description>Boolean attribute based on which the dropdown option will be disabled</description>
<attributeTypes>
<attributeType name="Boolean"/>
</attributeTypes>
</property>
<property key="disableToolTipMsg" type="translatableString" required="false" multiline="false">
<caption>Disable List Tooltip</caption>
<category>Control Display</category>
<description>Specify the tooptip message for the disabled list values</description>
</property>
<property key="disableDropdownOption" type="attribute" required="false" entityProperty="dataAssociation">
<caption>Disable Dropdown Option</caption>
<category>Control Display</category>
<description>Boolean attribute based on which the dropdown option will be disabled</description>
<attributeTypes>
<attributeType name="Boolean"/>
</attributeTypes>
</property>
<property key="disableToolTipMsg" type="translatableString" required="false" multiline="false">
<caption>Disable List Tooltip</caption>
<category>Control Display</category>
<description>Specify the tooptip message for the disabled list values</description>
</property>
<!-- NO RESULT HANDLING PROPERTIES-->
<property key="noResultsDisplayType" type="enumeration" defaultValue="text">
<caption>'No results found' display type</caption>
Expand Down
2 changes: 1 addition & 1 deletion src/AutoCompleteForMendix/widget/AutoCompleteForMendix.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
@file : AutoCompleteForMendix.js
@version : 5.0.0
@author : Iain Lindsay
@date : 2019-06-19
@date : 2019-09-23
@copyright : AuraQ Limited 2018
@license : Apache V2
Expand Down
Binary file modified test 8/Test.mpr
Binary file not shown.
Binary file modified test 8/widgets/AutoCompleteForMendix.mpk
Binary file not shown.
Binary file modified test/Test.mpr
Binary file not shown.
Binary file modified test/widgets/AutoCompleteForMendix.mpk
Binary file not shown.

0 comments on commit 10ff2fd

Please sign in to comment.