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