Closed Ducasse closed 5 years ago
Was only in my image. Probably a bad edit of mine
For now I commented maxLength: and hide.... call. Next point: ghostText implementation.
I added a test and ghostText. Now I found strange that the ghostText is a RubEditingArea and not a RubTextFieldArea but I will ask Alain.
sbuildWidget | plu | plu := RubPluggableTextFieldMorph new on: self text: #getText accept: #accept: readSelection: nil menu: nil setSelection: #setSelection:. plu entryCompletion: self entryCompletion; autoAccept: self autoAccept; ghostText: self placeholder; enabled: self enabled; encrypted: self presenter isVisible not; setBalloonText: self help; dragEnabled: self dragEnabled; dropEnabled: self dropEnabled; hResizing: #spaceFill; vResizing: #spaceFill; acceptOnCR: self acceptOnCR; maxLength: self presenter maxLength.