TW-Elements icon indicating copy to clipboard operation
TW-Elements copied to clipboard

Timepicker hours and mins are not aligned in a circle

Open EL-MOURABITsaber opened this issue 2 years ago • 1 comments

I am trying to use any of the date pickers mentioned here : https://tailwind-elements.com/docs/standard/forms/timepicker/. Unfortunately the hours and mins are displayed inline as you can see here : https://imgur.com/nab8VcQ. I'm not sure if i followed an installation step incorrectly . Any help is much appreciated 👍

EL-MOURABITsaber avatar Jun 20 '22 11:06 EL-MOURABITsaber

I got the same problem, its like the css for timepicker not loaded

putrafajarh avatar Aug 04 '22 00:08 putrafajarh

Same problem too, the component himself seems like to work, but is not really ... "elegant" having those numbers floating at the top of his clock

image

Voydahn avatar Oct 13 '22 13:10 Voydahn

I'm having the same problem. It seems that adding the following line under the content array on the tailwind.config.js file fixes it: './node_modules/tw-elements/dist/css/**/*.css',

zeornelas avatar Nov 09 '22 16:11 zeornelas

I'm having the same problem. It seems that adding the following line under the content array on the tailwind.config.js file fixes it: './node_modules/tw-elements/dist/css/**/*.css',

That's work like a charm. Thanks for your help

Voydahn avatar Nov 09 '22 18:11 Voydahn

The problem is currently occurring, the previously proposed solution is good for now. This will be resolved in the next release.

r-jacko avatar Jan 13 '23 16:01 r-jacko

Fixed in v1.0.0-beta1

smolenski-mikolaj avatar Feb 20 '23 11:02 smolenski-mikolaj