Firstly, I appreciate how busy you guys are right now (I've seen all the recent commits) so thank you for even reading this
I wonder if it would be possible to slip a very simple request in before 1.1 beta please?
It is to add a very small enhancement to the typedInput widget - permitting a node to set the tooltip of an option or checkbox item in the typed input. I find this preferable to very long option texts.
e.g...
I believe all that is required is to add...
if (opt.title) {
op.prop('title', opt.title)
}
... at this line in typedInput.js