pec1985 / TiSMSView

Expandable Text Area Module - iOS - Titanium
Other
60 stars 18 forks source link

background on sendButton is hidden #28

Closed sindresorhus closed 12 years ago

sindresorhus commented 12 years ago

The background of the sendButton is hidden if the SMS view is created with the sendButtonDisabled is set to true.

var textArea = Ti.SMSView.createView({
    sendButtonDisabled: true
});

button disabled bug

pec1985 commented 12 years ago

I will have to look into it, for now just disable it after the creation of it.