It would be cool to have the option to add an attributed placeholder like this: ``` open var attributedPlaceholder: NSAttributedString? { didSet { placeholderLabel.attributedText = attributedPlaceholder } } ``` Thanks!