File tree Expand file tree Collapse file tree
packages/pluggableWidgets/combobox-web Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11{
22 "name" : " @mendix/combobox-web" ,
33 "widgetName" : " Combobox" ,
4- "version" : " 2.4.3 " ,
4+ "version" : " 2.5.0 " ,
55 "description" : " Configurable Combo box widget with suggestions and autocomplete." ,
66 "copyright" : " © Mendix Technology BV 2025. All rights reserved." ,
77 "license" : " Apache-2.0" ,
Original file line number Diff line number Diff line change 314314
315315 <propertyGroup caption =" Events" >
316316 <property key =" onChangeEvent" type =" action" required =" false" >
317- <caption >On change action </caption >
317+ <caption >On change</caption >
318318 <description />
319319 </property >
320320 <property key =" onChangeDatabaseEvent" type =" action" required =" false" >
321- <caption >On change action </caption >
321+ <caption >On change</caption >
322322 <description />
323323 </property >
324324 <property key =" onEnterEvent" type =" action" required =" false" >
325- <caption >On enter action </caption >
325+ <caption >On enter</caption >
326326 <description />
327327 </property >
328328 <property key =" onLeaveEvent" type =" action" required =" false" >
329- <caption >On leave action </caption >
329+ <caption >On leave</caption >
330330 <description />
331331 </property >
332332
333333 <property key =" onChangeFilterInputEvent" type =" action" required =" false" >
334- <caption >On change filter input</caption >
334+ <caption >On filter input change </caption >
335335 <description />
336336 <actionVariables >
337337 <actionVariable key =" filterInput" caption =" Filter Input" type =" String" />
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" utf-8" ?>
22<package xmlns =" http://www.mendix.com/package/1.0/" >
3- <clientModule name =" Combobox" version =" 2.4.3 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
3+ <clientModule name =" Combobox" version =" 2.5.0 " xmlns =" http://www.mendix.com/clientModule/1.0/" >
44 <widgetFiles >
55 <widgetFile path =" Combobox.xml" />
66 </widgetFiles >
You can’t perform that action at this time.
0 commit comments