[tw5] Edit-Text Widget

I am a little puzzled by the edit-text widget’s design.

It uses html’s or tag for data entry, yet the widget does not support some of the basic input tag’s attribute? For instance while 's “rows” attribute is supported, there is no way to set the “cols” attribute.

In a similar vein, the html tag has support for data entry of numbers using the “type=number” attribute. Yet, we cannot specify the “min” and “max” attributes.

I feel adding support for these three attributes should be quite simple and would add significant functionality to the widget. Does anyone agree with me?

2 Likes

I believe this recent PR will remedy this.

Extend the EditTextWidget and fields to allow Date-Pickers and other tags #6377

BTW, did you know that https://talk.tiddlywiki.org/ is much more active than this google group - and that the posts to google group also appear there (but people can’t reply there).

<:-)