Equal
                                
                                
                                
                                    Equal copied to clipboard
                            
                            
                            
                        [ Bug Report ] Duplicate attribute 'type' on button
Environment
- **node**:
- **equal**:
N/A
Current Behavior
There's currently an overlap between the native attribute type of a button (e.g. <button type="submit">) and the type attribute indicating the colour type of the button.
Expected Behavior
Different naming convention for the type attribute that is used to indicate the colour type of the button. Keeping in mind the native attributes of the elements.
Steps To Reproduce
- Create a button, with type submit and type primary,
 - Code editor displays error: 
Duplicate attribute 'type' 
Anything else?
No response
I've seen component libraries use native-type in the past to avoid these issues.
any idea. ?
Fixed in v0.9