forked from react-toolbox/react-toolbox
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix Mobile Safari issues. (react-toolbox#1282)
* Add $input-icon-right-space var to add the correct spacing to the input based on Material Spec. https://material.io/guidelines/components/text-fields.html#text-fields-s ingle-line-text-field * Fix Mobile Safari Issues. Remove added border-radius for inputs from Safari. Fix `Object.entries is not a function` for autocomplete. * Remove new line. * Add callback functions to slider for when slider starts being dragged, and when it stops.
- Loading branch information
1 parent
94f6493
commit e15ee8e
Showing
3 changed files
with
3 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters