tonycorporated / bootstrap-float-label

Pure CSS implementation of Float Label pattern for Bootstrap v3 and v4.
https://codepen.io/tonystar/pen/LRdpYZ
MIT License
118 stars 40 forks source link

Bootstrap 4 stable #16

Open sagudev opened 6 years ago

sagudev commented 6 years ago

Is comaptible with bootstrap 4 stable?

tonystar commented 6 years ago

@sagudev should be! I'm going to double-check and release new version soon.

KeithGillette commented 6 years ago

I think updates may be required for Bootstrap 4.0.0, as the documentation states that <label> must now come outside of input-group, which conflicts with one of your examples. The CSS still seems works for a basic input but given the new restriction on the placement of the label tag, I can't figure out how to use it in combination with the new input-group-prepend class which replaces input-group-addon.

mikecole commented 6 years ago

Any update? Would love to stop using the alpha bootstrap build.