Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bootstrap 4v2, pointer cursor and Paypal donation #148

Closed
djibe opened this issue Oct 30, 2017 · 8 comments
Closed

Bootstrap 4v2, pointer cursor and Paypal donation #148

djibe opened this issue Oct 30, 2017 · 8 comments
Labels

Comments

@djibe
Copy link

djibe commented Oct 30, 2017

Hi guys,

  1. you are awesome, thank you for your work !!!
    I'd like to send you some money to get you a beer ! Do you have a Paypal account for donation ?

  2. Do you plan a build with bootstrap 4 beta 2 ?

  3. What do you think of using pointer: cursor on btn and checkbox elements ?

  4. What do you think of MDBootstrap z-index classes ? It's a cool feature.

Thanks for all.
Hope I'll have some time to bring you some work soon.

@sesemaya
Copy link
Contributor

Hi @djibe,

backfilling-bootstrap-v4.0.0-beta.2 is work in progress

@sesemaya
Copy link
Contributor

Regarding pointer: cursor;, there was a debate over at twbs/bootstrap#21812, since Material design guidelines don't have specific rules regarding this, this project will adhere to Bootstrap. You can always change/override this rule easily in your custom build/CSS.

@djibe
Copy link
Author

djibe commented Nov 15, 2017

Thank you very much.

Last question, when I try to empty a textarea with floating label, like this <textarea class="form-control textarea-autosize" id="exampleTextarea1" rows="1"></textarea>
$('#exampleTextarea1').val('') clears textarea but label is still floating.
Same with .val(null) or removeAttr('value') or prop('value', '').
Any idea ??? Thx

@sesemaya
Copy link
Contributor

sesemaya commented Nov 15, 2017

The floating label JavaScript listens to the change event and .val() doesn't fire that. So in your case, you need to call floating label JavaScript manually after the value is changed, something like: $('#exampleTextarea1').val('').floatinglabel();. Same with assigning a new value: $('#exampleTextarea1').val('new value') .floatinglabel();.

@djibe
Copy link
Author

djibe commented Nov 16, 2017

You are the best. Maybe it could be cool to precise it in the doc so noone else burdens you again :-)
Sorry to disturb you.
Love Daemonite !

@djibe djibe closed this as completed Nov 22, 2017
@djibe
Copy link
Author

djibe commented Jan 9, 2018

BS4 beta 3 is online ;-)

@sesemaya
Copy link
Contributor

@djibe It looks like BS4 beta 3 also reintroduces cursor: pointer on certain elements. I've updated Material accordingly: 71cf9f4

@djibe
Copy link
Author

djibe commented Jan 12, 2018

Thanks for all Maya

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants