kosenko / ui

Boost.UI library
266 stars 18 forks source link

Input box enhancement #26

Open UltraBlackLinux opened 1 year ago

UltraBlackLinux commented 1 year ago

Hey there, I was wondering if you could add two features:

  1. Support for placeholder text in text boxes
  2. Buttons to modify a number in a text box like the time input box, but without the time

I would find these very useful! Thanks!

kosenko commented 1 year ago

I have added boost::ui::string_box::placeholder() functions.