[NUI.Components] Fix BackgroundImage doesn't works issue (#1240)
[platform/core/csapi/tizenfx.git] / src / Tizen.NUI.Components / Controls / InputField.cs
index ed011e0..ece053c 100755 (executable)
@@ -37,6 +37,8 @@ namespace Tizen.NUI.Components
         // the flag indicate should relayout the textField in base class
         private bool relayoutTextField = true;
 
+        static InputField() { }
+
         /// <summary>
         /// Initializes a new instance of the InputField class.
         /// </summary>