charmbracelet/bubbles

list: initialise without default styles?

Closed this issue · 1 comments

It'd be nice if there was a way to get a "bare" list functionality without default styles? This is currently not possibly afaiu using the New(...) interface due to styles being set inside. The only way is to define a new list manually but then that's a lot of code duplication to get the nice features, e.g. filter prompt. Would a SetStyles(...) on list be possible to wipe the styles?

Actually, wait a sec, I guess "bare" will mean a lot of different things to different people... maybe it's fine as is as it's already very customisable. Apologies for noise. Closing this off.