mirror of
https://github.com/dzeiocom/FormManager.git
synced 2025-07-26 23:09:50 +00:00
@ -24,10 +24,8 @@ import AttributeIdentity from "./Interfaces/AttributeIdentity";
|
|||||||
*/
|
*/
|
||||||
export default class IgnoreAttribute
|
export default class IgnoreAttribute
|
||||||
extends AttributeAbstract {
|
extends AttributeAbstract {
|
||||||
public trigger(event: AttributeListeners, data?: any): boolean | void | object {
|
public trigger(_: AttributeListeners, data?: any): boolean | void | object {
|
||||||
console.log("pouetemon")
|
|
||||||
data[this.input.getName()] = undefined
|
data[this.input.getName()] = undefined
|
||||||
console.log(data)
|
|
||||||
return data
|
return data
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user