Thank you for PR. But I merged after modifying your commit. For example, frameworkInputStyle has too narrow meaning and looks like inline style instead of classname. So I changed it to just 'classNames'. And removed useCSSFramework property.
I made elements in component inherits the root element(div.autocomplete)'s styles for consistency. So just one classnames property is needed. Styling specific element like this has surely more clearness and flexibility, but I want to do like this for now.
Thank you for PR. But I merged after modifying your commit. For example,
frameworkInputStyle
has too narrow meaning and looks like inline style instead of classname. So I changed it to just 'classNames'. And removeduseCSSFramework
property.I made elements in component inherits the root element(
div.autocomplete
)'s styles for consistency. So just one classnames property is needed. Styling specific element like this has surely more clearness and flexibility, but I want to do like this for now.