Skip to content

Commit

Permalink
Merge pull request #854 from OutSystems/ROU-4635
Browse files Browse the repository at this point in the history
- fix time-picker selector to be stronger than .chrome input[type=time].
  • Loading branch information
JoaoFerreira-FrontEnd authored Nov 8, 2023
2 parents 5c3aa44 + 011c94a commit 17d6cd3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

// Hide the platform input which is set as hidden by the library and we're change it into the expected type, however we do not want it visible since library will add a clone to better deal with the selected dates.
// We cannot use the provider class since the provider class will not be taken into consideration on the input widget react lifecycle
&:first-of-type {
&[type='time']:first-of-type {
display: none;

// Make the platform input visible in Service Studio
Expand Down

0 comments on commit 17d6cd3

Please sign in to comment.