Questions tagged [ng2-semantic-ui]

11 questions
3
votes
1 answer

remote options loading in select using ng2-semantic-ui not working

public optionsLookup(query:string, initial:any): Promise { return new Promise ( (resolve, reject) => /*[{ id: 1, name: 'ololo1'}, { id: 2, name: 'ololo2'}]*/ this.apiService.get('private/countries', query) …
2
votes
2 answers

Angular import works great in one module, but does not work in another one

I got an angular4 & Universal application with a app.module and a app.browser.module/app.server.module. App.Module has all app configuration and bootstrap. app.browser.module call modules that are used in the browser, to avoid breaking the…
1
vote
0 answers

Why does ng2-semantic-ui multi-select show "No results"?

I have a filter function for my table. Previously I was using suiDropdown and it is working fine. I want to change it to multi-select so I used sui-multi-select. But why does it show "No results"? suiDropdown:
1
vote
0 answers

How to programatically update selected value of sui-select element of ng2-semantic for Angular

I want to be able to set the selected value in a sui-select element from my code in the component. See documentation on semantic sui-select element here: https://edcarroll.github.io/ng2-semantic-ui/#/modules/select
kg123
  • 315
  • 1
  • 3
  • 14
1
vote
0 answers

ng2 Semantic UI sidebar from different component doesn't work

I want to separate my layout using angular 4 to different component. by the way I using https://edcarroll.github.io/ng2-semantic-ui/#/modules/sidebar I separate to 3 components : Topbar for top navigation Sidebar for side navigation base for base…
yozawiratama
  • 3,663
  • 11
  • 50
  • 83
1
vote
0 answers

Clearing selection in an angular 2 semantic ui dropdown

So I have a optional dropdown list in a form and I want to be able to clear the selection after clicking on one of the values. I do not have nor do I want to use any jQuery in my component. The dropdown component:
Zacke
  • 33
  • 5
1
vote
0 answers

asp.net core spa template, Semantic UI

I can't get semantic ui working with Microsoft.AspNetCore.SpaTemplate. When I create an Angular CLI-App, it is working fine, but I want to have it packed together. What I did: 1) Install SPA templates: dotnet new --install…
l perr
  • 11
  • 3
0
votes
1 answer

I want to show modal position at the top (ng2semnatic template based modal)

I am using template-based modal in my project, and modal position is in the middle of the page by default. Instead of this, I want to show the modal in top position.
0
votes
1 answer

Angular 6.1 and IE11. sui-accordion-panel doesn't expand. Exception: Object doesn't support property or method 'animate'

should expand in IE11 but the Object doesn't support property or method 'animate' error appears instead, in the IE console window. Steps I added the with nested to one of the views. The…
GoldenAge
  • 2,378
  • 4
  • 15
  • 46
0
votes
1 answer

How to prevent an Angular 2 pages from sliding to sides on dragging content, or scrolling?

Got an Angular 2 app. When I scroll the page, the page behaves like I try to swipe a little it to the sides, and a horizontal rubber band effect is happening. An effect that seems like I'm trying to swipe the page to the sides. This problem getting…
neoswf
  • 4,269
  • 4
  • 35
  • 52
0
votes
2 answers

$event.stopPropagation() not working in Angular 2

This was previously working. Is there something wrong with my html that caused this to stop working? The dropdown won't open. I've also tried $('.ui.dropdown).dropdown(); The menu would show up for like .1 second and then disappears.
Char
  • 1,413
  • 7
  • 20
  • 40