Unclear Input action API
See original GitHub issueSteps
- browse to the docs site
- select Input
- read the
actionapi docs
Expected Result
- knowledge on how to use an
actionand/or<Icon />whilst attaching addition attrs/props to it (e.g. onClick, className, etc)
Actual Result
- docs on how to use an
<Icon />without attaching any other attrs
Version
0.71.3
Testcase
https://codepen.io/cdaringe/pen/YxZyPR
mentioned in chat, sans any real discussion: https://gitter.im/Semantic-Org/Semantic-UI-React?at=5988b080bc464729746030e4
Issue Analytics
- State:
- Created 6 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
Class InputAction | Input System | 1.0.2 - Unity - Manual
An input action is an abstraction over the source of input(s) it receives. They are most useful for representing input as "logical" concepts ......
Read more >Struct InputAction.CallbackContext | Input System | 1.0.2
Information provided to action callbacks about what triggered an action. ... Read a Vector2 using the raw memory ReadValue API.
Read more >Cannot find/understand how to use the New Input System in ...
you should define input action in your input actions and use it to move your object. In your asset folder in unity, right-click...
Read more >Element: blur event - Web APIs | MDN
<form id="form"> <label>Some text: <input type="text" placeholder="text input" /> </label> <label>Password: <input type="password" ...
Read more >Input in Unity made easy (complete guide to the new system)
…and confusing. While the new Input System can be more ... How to connect Input Actions to game objects with the Player Input...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

@cdaringe Semantic UI accepts only button as action, that’s why your first
Inputlooks ugly.The
actionprop onInputimplements a shorthand forButton, so code below is equal:Shorthands should be better documented and issue already exists #561.
Please use StackOverflow to usage questions.