-
I have a custom UI component implementing with 2 level nested shape. But when I shift the side in root node using `shape('flip left')`, it seems that the shape in the leaf node will be effected too, i…
-
Do we have smth like this in SUI?
http://s-alert-demo.meteor.com/
-
onShow Modal Is called when a modal starts to show.
onVisible Modal Is called after a modal has finished showing animating.
onVisible Sidebar Is called when a sidebar begins animating in.
on…
-
This part of the semantic.js should return true if a radio type dependency is unchecked, but only the checkbox type is handled:
```javascript
empty: function($field) {
if(!$field || $field.leng…
-
Button size classes even though they are irrelevant to their parent are being ignored
http://jsfiddle.net/7xftjz41/5/
-
While using popup component i noticed that _onHide_ event fired was **fired twice**!
Can you please check?
Thank you!
```
$('.browse.item').popup({
popup: '.browse.popup',
on: 'clic…
-
### Steps
```
0/1
```
### Expected Result
![image](https://user-images.githubusercontent.com/19165624/38945477-830e94c4-432e-11e8-80f6-5554e1268977.png)
### Actual Result
![image](h…
-
# Bug Report
## Steps to reproduce
1. Use doc snippet [code](https://fomantic-ui.com/modules/progress.html#multiple-bars-with-text-proportion) for multiple progress bars
2. Add custom label i…
-
Similar to #4167 but for the right and left margins.
http://jsfiddle.net/tpy65sup/1/
-
Hello,
I am trying to make certain textboxes required depending on which radio button is selected. But instead of only 1 textbox being required all are required and preventing submission. Using a che…