multimesut Posted March 30, 2018 Posted March 30, 2018 Merhaba, UniComboBox'un MaxLength kısmını çalıştıramadım. 2 olarak ayarlıyorum fakat daha fazla değer girilebiliyor. 1.0.0.1420 sürümünü kullanıyorum ve aşağıdaki gibi ayarlı. Sorun ne olabilir? object UniComboBox6: TUniComboBox Left = 142 Top = 17 Width = 55 Hint = '' MaxLength = 2 Text = '00' Items.Strings = ( '00' '05' '10' '15' '20' '25' '30' '35' '40' '45' '50' '55') TabOrder = 4 end Quote
Sherzod Posted March 30, 2018 Posted March 30, 2018 Hi, This is ExtJS issue I think, Can you try this approach for now?: function afterrender(sender, eOpts) { sender.inputEl.set({maxlength: 2}); } Quote
multimesut Posted March 31, 2018 Author Posted March 31, 2018 Yes, work thank you. why does "UniComboBox.MaxLength" not work? Quote
Sherzod Posted March 31, 2018 Posted March 31, 2018 Yes, work thank you. why does "UniComboBox.MaxLength" not work? This is an issue of ExtJS, I think Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.