boardzilla / boardzilla-core

Boardzilla core library
GNU Affero General Public License v3.0
180 stars 3 forks source link

enterText options.initial should default to '' #35

Open rizen opened 7 months ago

rizen commented 7 months ago

Right now options.initial in the enterText function defaults to undefined, which appears in the text box where the user can type. This is not user friendly, so options.initial should either be required, or default to an empty string. Cuz right now it's optional, but effectively required to get a usable text box.