mirror of
https://github.com/esiur/iui.git
synced 2026-04-04 23:18:21 +00:00
radix
This commit is contained in:
@@ -67,11 +67,11 @@ export default IUI.module(class DropDown extends IUIElement {
|
||||
}
|
||||
}
|
||||
|
||||
async setData(value){
|
||||
async setData(value, radix){
|
||||
|
||||
//debugger;
|
||||
await super.setData(value);
|
||||
await this.menu.setData(value);
|
||||
await super.setData(value, radix);
|
||||
await this.menu.setData(value, radix);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user