From b779c57e61e2e3089dc6bb6989e2e8e450675c70 Mon Sep 17 00:00:00 2001 From: "Crane, Trask" Date: Fri, 2 Jun 2023 20:58:51 -0400 Subject: [PATCH] [feat] Added in invalidate command Put invalidate command back into accpetable pass variables and works on entry fields. Signed off by Trask Crane (hcrane3@gatech.edu) --- customtkinter/windows/widgets/ctk_entry.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/customtkinter/windows/widgets/ctk_entry.py b/customtkinter/windows/widgets/ctk_entry.py index db54386..3a3ec0d 100644 --- a/customtkinter/windows/widgets/ctk_entry.py +++ b/customtkinter/windows/widgets/ctk_entry.py @@ -19,7 +19,7 @@ class CTkEntry(CTkBaseClass): # attributes that are passed to and managed by the tkinter entry only: _valid_tk_entry_attributes = {"exportselection", "insertborderwidth", "insertofftime", - "insertontime", "insertwidth", "justify", "selectborderwidth", + "insertontime", "insertwidth", "invalidcommand", "justify", "selectborderwidth", "show", "takefocus", "validate", "validatecommand", "xscrollcommand"} def __init__(self,